#72C0DB

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

Shades of Seagull #72C0DB

Tints of Seagull #72C0DB

Color information

#72C0DB (or 0x72C0DB) is unknown color: approx Seagull. HEX triplet: 72, C0 and DB. RGB value is (114,192,219). Sum of RGB (Red+Green+Blue) = 114+192+219=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #72C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C0DB is #8D3F24. Grayscale: #ABABAB. Windows color (decimal): -9256741 or 14401650. OLE color: 14401650.

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

Color convert

RGB114192219-
CMYK0.480.1200.14
HSL195.43º59.32%65.29%-
HSV(B)195.43º47.95%85.88%-
XYZ38.5846.3973.94-
YUV171.76154.6686.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.71%
GREEN value IS 192 (75.39% from 255) = 36.57%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=21.71%
G=36.57%
B=41.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141922190.480.1200.14195.4359.3265.29
Hex72C0DB30C0Ec33b41
Octal162300333601401630373101
Binary11100101100000011011011110000110001110110000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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