#72C2D4

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

Shades of Seagull #72C2D4

Tints of Seagull #72C2D4

Color information

#72C2D4 (or 0x72C2D4) is unknown color: approx Seagull. HEX triplet: 72, C2 and D4. RGB value is (114,194,212). Sum of RGB (Red+Green+Blue) = 114+194+212=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #72C2D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C2D4 is #8D3D2B. Grayscale: #ABABAB. Windows color (decimal): -9256236 or 13943410. OLE color: 13943410.

HSL color Cylindrical-coordinate representation of color #72C2D4: hue angle of 191.02º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72C2D4 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114194212-
CMYK0.460.0800.17
HSL191.02º53.26%63.92%-
HSV(B)191.02º46.23%83.14%-
XYZ38.1146.9169.33-
YUV172.13150.586.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.92%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=21.92%
G=37.31%
B=40.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141942120.460.0800.17191.0253.2663.92
Hex72C2D42E8011bf3540
Octal162302324561002127765100
Binary111001011000010110101001011101000010001101111111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,194,212); }

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

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

 a { background-color: rgb(114,194,212); }

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

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

 span { border-color: rgb(114,194,212); }

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