#72ddc2

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

Shades of Downy #72DDC2

Tints of Downy #72DDC2

Color information

#72DDC2 (or 0x72DDC2) is unknown color: approx Downy. HEX triplet: 72, DD and C2. RGB value is (114,221,194). Sum of RGB (Red+Green+Blue) = 114+221+194=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDC2 is #8D223D. Grayscale: #B9B9B9. Windows color (decimal): -9249342 or 12770674. OLE color: 12770674.

HSL color Cylindrical-coordinate representation of color #72DDC2: hue angle of 164.86º 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 #72DDC2 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB114221194-
CMYK0.4800.120.13
HSL164.86º61.14%65.69%-
HSV(B)164.86º48.42%86.67%-
XYZ42.5359.1960.22-
YUV185.93132.5576.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.55%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=21.55%
G=41.78%
B=36.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142211940.4800.120.13164.8661.1465.69
Hex72DDC2300CDa53d42
Octal162335302600141524575102
Binary11100101101110111000010110000011001101101001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ddc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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