#78BDCB

Color #78BDCB Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #78BDCB

Tints of Seagull #78BDCB

Color information

#78BDCB (or 0x78BDCB) is unknown color: approx Seagull. HEX triplet: 78, BD and CB. RGB value is (120,189,203). Sum of RGB (Red+Green+Blue) = 120+189+203=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #78BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDCB is #874234. Grayscale: #A9A9A9. Windows color (decimal): -8864309 or 13352312. OLE color: 13352312.

HSL color Cylindrical-coordinate representation of color #78BDCB: hue angle of 190.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78BDCB is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120189203-
CMYK0.410.0700.20
HSL190.12º44.39%63.33%-
HSV(B)190.12º40.89%79.61%-
XYZ36.7244.763.19-
YUV169.96146.6492.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 23.44%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=23.44%
G=36.91%
B=39.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201892030.410.0700.20190.1244.3963.33
Hex78BDCB297014be2c3f
Octal1702753135170242765477
Binary1111000101111011100101110100111101010010111110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78BDCB; }

 p { color: rgb(120,189,203); }

 H1.HeaderClassName
 {
   color: #78BDCB;
 }
 .AnyTagClassName
 {
   color: #78BDCB;
 }
</style>
background-color css

<style>
 a { background-color: #78BDCB; }

 a { background-color: rgb(120,189,203); }

 div.DivClassName
 {
   background-color: #78BDCB;
 }
 .BgClassName
 {
   background-color: #78BDCB;
 }
</style>
border-color css

<style>
 span { border-color: #78BDCB; }

 span { border-color: rgb(120,189,203); }

 td.TdClassName
 {
   border-color: #78BDCB;
 }
 .TagClassName
 {
   border-color: #78BDCB;
 }
</style>