#72D4B5

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

Shades of Downy #72D4B5

Tints of Downy #72D4B5

Color information

#72D4B5 (or 0x72D4B5) is unknown color: approx Downy. HEX triplet: 72, D4 and B5. RGB value is (114,212,181). Sum of RGB (Red+Green+Blue) = 114+212+181=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #72D4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D4B5 is #8D2B4A. Grayscale: #B3B3B3. Windows color (decimal): -9251659 or 11916402. OLE color: 11916402.

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

Color convert

RGB114212181-
CMYK0.4600.150.17
HSL161.02º53.26%63.92%-
HSV(B)161.02º46.23%83.14%-
XYZ38.825452.09-
YUV179.16129.0381.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 212 (83.20% from 255) = 41.81%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=22.49%
G=41.81%
B=35.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1142121810.4600.150.17161.0253.2663.92
Hex72D4B52E0F11a13540
Octal162324265560172124165100
Binary111001011010100101101011011100111110001101000011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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