#72E3BE

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

Shades of Downy #72E3BE

Tints of Downy #72E3BE

Color information

#72E3BE (or 0x72E3BE) is unknown color: approx Downy. HEX triplet: 72, E3 and BE. RGB value is (114,227,190). Sum of RGB (Red+Green+Blue) = 114+227+190=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #72E3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E3BE is #8D1C41. Grayscale: #BDBDBD. Windows color (decimal): -9247810 or 12510066. OLE color: 12510066.

HSL color Cylindrical-coordinate representation of color #72E3BE: hue angle of 160.35º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E3BE is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB114227190-
CMYK0.5000.160.11
HSL160.35º66.86%66.86%-
HSV(B)160.35º49.78%89.02%-
XYZ43.762.2358.42-
YUV188.99128.5674.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.47%
GREEN value IS 227 (89.06% from 255) = 42.75%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=21.47%
G=42.75%
B=35.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142271900.5000.160.11160.3566.8666.86
Hex72E3BE32010Ba04343
Octal1623432766202013240103103
Binary1110010111000111011111011001001000010111010000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,227,190); }

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

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

 a { background-color: rgb(114,227,190); }

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

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

 span { border-color: rgb(114,227,190); }

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