#72E3BD

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

Shades of Downy #72E3BD

Tints of Downy #72E3BD

Color information

#72E3BD (or 0x72E3BD) is unknown color: approx Downy. HEX triplet: 72, E3 and BD. RGB value is (114,227,189). Sum of RGB (Red+Green+Blue) = 114+227+189=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #72E3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E3BD is #8D1C42. Grayscale: #BCBCBC. Windows color (decimal): -9247811 or 12444530. OLE color: 12444530.

HSL color Cylindrical-coordinate representation of color #72E3BD: hue angle of 159.82º 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 #72E3BD is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB114227189-
CMYK0.5000.170.11
HSL159.82º66.86%66.86%-
HSV(B)159.82º49.78%89.02%-
XYZ43.5962.1957.85-
YUV188.88128.0674.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.51%
GREEN value IS 227 (89.06% from 255) = 42.83%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=21.51%
G=42.83%
B=35.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142271890.5000.170.11159.8266.8666.86
Hex72E3BD32011Ba04343
Octal1623432756202113240103103
Binary1110010111000111011110111001001000110111010000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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