#76BCCB

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

Shades of Seagull #76BCCB

Tints of Seagull #76BCCB

Color information

#76BCCB (or 0x76BCCB) is unknown color: approx Seagull. HEX triplet: 76, BC and CB. RGB value is (118,188,203). Sum of RGB (Red+Green+Blue) = 118+188+203=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #76BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCCB is #894334. Grayscale: #A8A8A8. Windows color (decimal): -8995637 or 13352054. OLE color: 13352054.

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

Color convert

RGB118188203-
CMYK0.420.0700.20
HSL190.59º44.97%62.94%-
HSV(B)190.59º41.87%79.61%-
XYZ36.2344.1363.11-
YUV168.78147.3191.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=23.18%
G=36.94%
B=39.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181882030.420.0700.20190.5944.9762.94
Hex76BCCB2A7014bf2d3f
Octal1662743135270242775577
Binary1110110101111001100101110101011101010010111111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,188,203); }

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

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

 a { background-color: rgb(118,188,203); }

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

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

 span { border-color: rgb(118,188,203); }

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