#72D7D2

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

Shades of Downy #72D7D2

Tints of Downy #72D7D2

Color information

#72D7D2 (or 0x72D7D2) is unknown color: approx Downy. HEX triplet: 72, D7 and D2. RGB value is (114,215,210). Sum of RGB (Red+Green+Blue) = 114+215+210=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #72D7D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D7D2 is #8D282D. Grayscale: #B8B8B8. Windows color (decimal): -9250862 or 13817714. OLE color: 13817714.

HSL color Cylindrical-coordinate representation of color #72D7D2: hue angle of 177.03º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D7D2 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB114215210-
CMYK0.4700.020.16
HSL177.03º55.8%64.51%-
HSV(B)177.03º46.98%84.31%-
XYZ42.8756.8369.68-
YUV184.23142.5477.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.15%
GREEN value IS 215 (84.38% from 255) = 39.89%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=21.15%
G=39.89%
B=38.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1142152100.4700.020.16177.0355.864.51
Hex72D7D22F0210b13841
Octal16232732257022026170101
Binary1110010110101111101001010111101010000101100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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