#72E9C8

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

Shades of Downy #72E9C8

Tints of Downy #72E9C8

Color information

#72E9C8 (or 0x72E9C8) is unknown color: approx Downy. HEX triplet: 72, E9 and C8. RGB value is (114,233,200). Sum of RGB (Red+Green+Blue) = 114+233+200=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9C8 is #8D1637. Grayscale: #C1C1C1. Windows color (decimal): -9246264 or 13166962. OLE color: 13166962.

HSL color Cylindrical-coordinate representation of color #72E9C8: hue angle of 163.36º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E9C8 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB114233200-
CMYK0.5100.140.09
HSL163.36º73.01%68.04%-
HSV(B)163.36º51.07%91.37%-
XYZ46.566.0364.94-
YUV193.66131.5871.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.84%
GREEN value IS 233 (91.41% from 255) = 42.60%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=20.84%
G=42.60%
B=36.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142332000.5100.140.09163.3673.0168.04
Hex72E9C8330E9a34944
Octal1623513106301611243111104
Binary111001011101001110010001100110111010011010001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,233,200); }

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

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

 a { background-color: rgb(114,233,200); }

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

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

 span { border-color: rgb(114,233,200); }

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