#72DFB9

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

Shades of Downy #72DFB9

Tints of Downy #72DFB9

Color information

#72DFB9 (or 0x72DFB9) is unknown color: approx Downy. HEX triplet: 72, DF and B9. RGB value is (114,223,185). Sum of RGB (Red+Green+Blue) = 114+223+185=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFB9 is #8D2046. Grayscale: #BABABA. Windows color (decimal): -9248839 or 12181362. OLE color: 12181362.

HSL color Cylindrical-coordinate representation of color #72DFB9: hue angle of 159.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFB9 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB114223185-
CMYK0.4900.170.13
HSL159.08º63.01%66.08%-
HSV(B)159.08º48.88%87.45%-
XYZ42.0859.8655.23-
YUV186.08127.3976.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.84%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=21.84%
G=42.72%
B=35.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142231850.4900.170.13159.0863.0166.08
Hex72DFB931011D9f3f42
Octal162337271610211523777102
Binary111001011011111101110011100010100011101100111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,223,185); }

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

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

 a { background-color: rgb(114,223,185); }

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

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

 span { border-color: rgb(114,223,185); }

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