#72EBB6

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

Shades of Downy #72EBB6

Tints of Downy #72EBB6

Color information

#72EBB6 (or 0x72EBB6) is unknown color: approx Downy. HEX triplet: 72, EB and B6. RGB value is (114,235,182). Sum of RGB (Red+Green+Blue) = 114+235+182=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EBB6 is #8D1449. Grayscale: #C0C0C0. Windows color (decimal): -9245770 or 11987826. OLE color: 11987826.

HSL color Cylindrical-coordinate representation of color #72EBB6: hue angle of 153.72º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EBB6 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB114235182-
CMYK0.5100.230.08
HSL153.72º75.16%68.43%-
HSV(B)153.72º51.49%92.16%-
XYZ45.0966.3754.69-
YUV192.78121.9171.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.47%
GREEN value IS 235 (92.19% from 255) = 44.26%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=21.47%
G=44.26%
B=34.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142351820.5100.230.08153.7275.1668.43
Hex72EBB63301789a4b44
Octal1623532666302710232113104
Binary1110010111010111011011011001101011110001001101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,235,182); }

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

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

 a { background-color: rgb(114,235,182); }

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

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

 span { border-color: rgb(114,235,182); }

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