#72C0CA

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

Shades of Seagull #72C0CA

Tints of Seagull #72C0CA

Color information

#72C0CA (or 0x72C0CA) is unknown color: approx Seagull. HEX triplet: 72, C0 and CA. RGB value is (114,192,202). Sum of RGB (Red+Green+Blue) = 114+192+202=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #72C0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C0CA is #8D3F35. Grayscale: #A9A9A9. Windows color (decimal): -9256758 or 13287538. OLE color: 13287538.

HSL color Cylindrical-coordinate representation of color #72C0CA: hue angle of 186.82º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72C0CA is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114192202-
CMYK0.440.0500.21
HSL186.82º45.36%61.96%-
HSV(B)186.82º43.56%79.22%-
XYZ36.4545.5462.75-
YUV169.82146.1688.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=22.44%
G=37.80%
B=39.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141922020.440.0500.21186.8245.3661.96
Hex72C0CA2C5015bb2d3e
Octal1623003125450252735576
Binary1110010110000001100101010110010101010110111011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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