#72D0D1

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

Shades of Spray #72D0D1

Tints of Spray #72D0D1

Color information

#72D0D1 (or 0x72D0D1) is unknown color: approx Spray. HEX triplet: 72, D0 and D1. RGB value is (114,208,209). Sum of RGB (Red+Green+Blue) = 114+208+209=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #72D0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D0D1 is #8D2F2E. Grayscale: #B3B3B3. Windows color (decimal): -9252655 or 13750386. OLE color: 13750386.

HSL color Cylindrical-coordinate representation of color #72D0D1: hue angle of 180.63º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D0D1 is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114208209-
CMYK0.450.0000.18
HSL180.63º50.8%63.33%-
HSV(B)180.63º45.45%81.96%-
XYZ4153.2968.45-
YUV180.01144.3680.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.47%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=21.47%
G=39.17%
B=39.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142082090.450.0000.18180.6350.863.33
Hex72D0D12D0012b5333f
Octal1623203215500222656377
Binary11100101101000011010001101101001001010110101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,208,209); }

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

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

 a { background-color: rgb(114,208,209); }

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

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

 span { border-color: rgb(114,208,209); }

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