#72d2dd

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

Shades of Spray #72D2DD

Tints of Spray #72D2DD

Color information

#72D2DD (or 0x72D2DD) is unknown color: approx Spray. HEX triplet: 72, D2 and DD. RGB value is (114,210,221). Sum of RGB (Red+Green+Blue) = 114+210+221=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #72D2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D2DD is #8D2D22. Grayscale: #B6B6B6. Windows color (decimal): -9252131 or 14537330. OLE color: 14537330.

HSL color Cylindrical-coordinate representation of color #72D2DD: hue angle of 186.17º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72D2DD is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114210221-
CMYK0.480.0500.13
HSL186.17º61.14%65.69%-
HSV(B)186.17º48.42%86.67%-
XYZ43.0454.8976.73-
YUV182.55149.779.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.92%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=20.92%
G=38.53%
B=40.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142102210.480.0500.13186.1761.1465.69
Hex72D2DD3050Dba3d42
Octal16232233560501527275102
Binary1110010110100101101110111000010101101101110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72d2dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,210,221); }

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

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

 a { background-color: rgb(114,210,221); }

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

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

 span { border-color: rgb(114,210,221); }

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