#72D4C2

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

Shades of Downy #72D4C2

Tints of Downy #72D4C2

Color information

#72D4C2 (or 0x72D4C2) is unknown color: approx Downy. HEX triplet: 72, D4 and C2. RGB value is (114,212,194). Sum of RGB (Red+Green+Blue) = 114+212+194=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #72D4C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D4C2 is #8D2B3D. Grayscale: #B4B4B4. Windows color (decimal): -9251646 or 12768370. OLE color: 12768370.

HSL color Cylindrical-coordinate representation of color #72D4C2: hue angle of 168.98º 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 #72D4C2 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB114212194-
CMYK0.4600.080.17
HSL168.98º53.26%63.92%-
HSV(B)168.98º46.23%83.14%-
XYZ40.2254.5659.45-
YUV180.65135.5380.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1142121940.4600.080.17168.9853.2663.92
Hex72D4C22E0811a93540
Octal162324302560102125165100
Binary111001011010100110000101011100100010001101010011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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