#72E5CA

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

Shades of Downy #72E5CA

Tints of Downy #72E5CA

Color information

#72E5CA (or 0x72E5CA) is unknown color: approx Downy. HEX triplet: 72, E5 and CA. RGB value is (114,229,202). Sum of RGB (Red+Green+Blue) = 114+229+202=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #72E5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E5CA is #8D1A35. Grayscale: #BFBFBF. Windows color (decimal): -9247286 or 13297010. OLE color: 13297010.

HSL color Cylindrical-coordinate representation of color #72E5CA: hue angle of 165.91º degrees, saturation: 0.69, 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 #72E5CA is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB114229202-
CMYK0.5000.120.10
HSL165.91º68.86%67.25%-
HSV(B)165.91º50.22%89.8%-
XYZ45.6263.8865.8-
YUV191.54133.972.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.92%
GREEN value IS 229 (89.84% from 255) = 42.02%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=20.92%
G=42.02%
B=37.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1142292020.5000.120.10165.9168.8667.25
Hex72E5CA320CAa64543
Octal1623453126201412246105103
Binary111001011100101110010101100100110010101010011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,229,202); }

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

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

 a { background-color: rgb(114,229,202); }

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

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

 span { border-color: rgb(114,229,202); }

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