#78B2CB

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

Shades of Seagull #78B2CB

Tints of Seagull #78B2CB

Color information

#78B2CB (or 0x78B2CB) is unknown color: approx Seagull. HEX triplet: 78, B2 and CB. RGB value is (120,178,203). Sum of RGB (Red+Green+Blue) = 120+178+203=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #78B2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B2CB is #874D34. Grayscale: #A3A3A3. Windows color (decimal): -8867125 or 13349496. OLE color: 13349496.

HSL color Cylindrical-coordinate representation of color #78B2CB: hue angle of 198.07º 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 #78B2CB is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120178203-
CMYK0.410.1200.20
HSL198.07º44.39%63.33%-
HSV(B)198.07º40.89%79.61%-
XYZ34.4540.1562.43-
YUV163.51150.2896.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.95%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=23.95%
G=35.53%
B=40.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201782030.410.1200.20198.0744.3963.33
Hex78B2CB29C014c62c3f
Octal17026231351140243065477
Binary11110001011001011001011101001110001010011000110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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