#72EDB9

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

Shades of Downy #72EDB9

Tints of Downy #72EDB9

Color information

#72EDB9 (or 0x72EDB9) is unknown color: approx Downy. HEX triplet: 72, ED and B9. RGB value is (114,237,185). Sum of RGB (Red+Green+Blue) = 114+237+185=536 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.27% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDB9 is #8D1246. Grayscale: #C2C2C2. Windows color (decimal): -9245255 or 12184946. OLE color: 12184946.

HSL color Cylindrical-coordinate representation of color #72EDB9: hue angle of 154.63º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EDB9 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB114237185-
CMYK0.5200.220.07
HSL154.63º77.36%68.82%-
HSV(B)154.63º51.9%92.94%-
XYZ45.9867.6556.53-
YUV194.3122.7570.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.27%
GREEN value IS 237 (92.97% from 255) = 44.22%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=21.27%
G=44.22%
B=34.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142371850.5200.220.07154.6377.3668.82
Hex72EDB93401679b4d45
Octal162355271640267233115105
Binary111001011101101101110011101000101101111001101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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