#76C0DB

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

Shades of Seagull #76C0DB

Tints of Seagull #76C0DB

Color information

#76C0DB (or 0x76C0DB) is unknown color: approx Seagull. HEX triplet: 76, C0 and DB. RGB value is (118,192,219). Sum of RGB (Red+Green+Blue) = 118+192+219=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #76C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C0DB is #893F24. Grayscale: #ACACAC. Windows color (decimal): -8994597 or 14401654. OLE color: 14401654.

HSL color Cylindrical-coordinate representation of color #76C0DB: hue angle of 196.04º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76C0DB is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118192219-
CMYK0.460.1200.14
HSL196.04º58.38%66.08%-
HSV(B)196.04º46.12%85.88%-
XYZ39.1146.6773.96-
YUV172.95153.9888.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.31%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=22.31%
G=36.29%
B=41.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181922190.460.1200.14196.0458.3866.08
Hex76C0DB2EC0Ec43a42
Octal166300333561401630472102
Binary11101101100000011011011101110110001110110001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,219); }

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

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

 a { background-color: rgb(118,192,219); }

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

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

 span { border-color: rgb(118,192,219); }

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