#76BBCA

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

Shades of Seagull #76BBCA

Tints of Seagull #76BBCA

Color information

#76BBCA (or 0x76BBCA) is unknown color: approx Seagull. HEX triplet: 76, BB and CA. RGB value is (118,187,202). Sum of RGB (Red+Green+Blue) = 118+187+202=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #76BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBCA is #894435. Grayscale: #A7A7A7. Windows color (decimal): -8995894 or 13286262. OLE color: 13286262.

HSL color Cylindrical-coordinate representation of color #76BBCA: hue angle of 190.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76BBCA is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118187202-
CMYK0.420.0700.21
HSL190.71º44.21%62.75%-
HSV(B)190.71º41.58%79.22%-
XYZ35.943.6662.41-
YUV168.08147.1492.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=23.27%
G=36.88%
B=39.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181872020.420.0700.21190.7144.2162.75
Hex76BBCA2A7015bf2c3f
Octal1662733125270252775477
Binary1110110101110111100101010101011101010110111111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BBCA; }

 p { color: rgb(118,187,202); }

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

<style>
 a { background-color: #76BBCA; }

 a { background-color: rgb(118,187,202); }

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

<style>
 span { border-color: #76BBCA; }

 span { border-color: rgb(118,187,202); }

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