#72E7C0

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

Shades of Downy #72E7C0

Tints of Downy #72E7C0

Color information

#72E7C0 (or 0x72E7C0) is unknown color: approx Downy. HEX triplet: 72, E7 and C0. RGB value is (114,231,192). Sum of RGB (Red+Green+Blue) = 114+231+192=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #72E7C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E7C0 is #8D183F. Grayscale: #BFBFBF. Windows color (decimal): -9246784 or 12642162. OLE color: 12642162.

HSL color Cylindrical-coordinate representation of color #72E7C0: hue angle of 160º degrees, saturation: 0.71, 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 #72E7C0 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB114231192-
CMYK0.5100.170.09
HSL160º70.91%67.65%-
HSV(B)160º50.65%90.59%-
XYZ45.0364.5459.95-
YUV191.57128.2472.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.23%
GREEN value IS 231 (90.62% from 255) = 43.02%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=21.23%
G=43.02%
B=35.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142311920.5100.170.0916070.9167.65
Hex72E7C0330119a04744
Octal1623473006302111240107104
Binary1110010111001111100000011001101000110011010000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,231,192); }

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

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

 a { background-color: rgb(114,231,192); }

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

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

 span { border-color: rgb(114,231,192); }

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