#72E6C5

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

Shades of Downy #72E6C5

Tints of Downy #72E6C5

Color information

#72E6C5 (or 0x72E6C5) is unknown color: approx Downy. HEX triplet: 72, E6 and C5. RGB value is (114,230,197). Sum of RGB (Red+Green+Blue) = 114+230+197=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E6C5 is #8D193A. Grayscale: #BFBFBF. Windows color (decimal): -9247035 or 12969586. OLE color: 12969586.

HSL color Cylindrical-coordinate representation of color #72E6C5: hue angle of 162.93º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E6C5 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB114230197-
CMYK0.5000.140.10
HSL162.93º69.88%67.45%-
HSV(B)162.93º50.43%90.2%-
XYZ45.3164.262.83-
YUV191.55131.0772.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.07%
GREEN value IS 230 (90.23% from 255) = 42.51%
BLUE value IS 197 (77.34% from 255) = 36.41%
R=21.07%
G=42.51%
B=36.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1142301970.5000.140.10162.9369.8867.45
Hex72E6C5320EAa34643
Octal1623463056201612243106103
Binary111001011100110110001011100100111010101010001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,230,197); }

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

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

 a { background-color: rgb(114,230,197); }

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

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

 span { border-color: rgb(114,230,197); }

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