#72E9BB

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

Shades of Downy #72E9BB

Tints of Downy #72E9BB

Color information

#72E9BB (or 0x72E9BB) is unknown color: approx Downy. HEX triplet: 72, E9 and BB. RGB value is (114,233,187). Sum of RGB (Red+Green+Blue) = 114+233+187=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9BB is #8D1644. Grayscale: #C0C0C0. Windows color (decimal): -9246277 or 12314994. OLE color: 12314994.

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

Color convert

RGB114233187-
CMYK0.5100.200.09
HSL156.81º73.01%68.04%-
HSV(B)156.81º51.07%91.37%-
XYZ45.0565.4457.27-
YUV192.18125.0872.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.35%
GREEN value IS 233 (91.41% from 255) = 43.63%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=21.35%
G=43.63%
B=35.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142331870.5100.200.09156.8173.0168.04
Hex72E9BB3301499d4944
Octal1623512736302411235111104
Binary1110010111010011011101111001101010010011001110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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