#72C0CD

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

Shades of Seagull #72C0CD

Tints of Seagull #72C0CD

Color information

#72C0CD (or 0x72C0CD) is unknown color: approx Seagull. HEX triplet: 72, C0 and CD. RGB value is (114,192,205). Sum of RGB (Red+Green+Blue) = 114+192+205=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #72C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C0CD is #8D3F32. Grayscale: #AAAAAA. Windows color (decimal): -9256755 or 13484146. OLE color: 13484146.

HSL color Cylindrical-coordinate representation of color #72C0CD: hue angle of 188.57º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72C0CD is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114192205-
CMYK0.440.0600.20
HSL188.57º47.64%62.55%-
HSV(B)188.57º44.39%80.39%-
XYZ36.8145.6864.64-
YUV170.16147.6687.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.31%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=22.31%
G=37.57%
B=40.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141922050.440.0600.20188.5747.6462.55
Hex72C0CD2C6014bd303f
Octal1623003155460242756077
Binary1110010110000001100110110110011001010010111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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