#72D8BF

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

Shades of Downy #72D8BF

Tints of Downy #72D8BF

Color information

#72D8BF (or 0x72D8BF) is unknown color: approx Downy. HEX triplet: 72, D8 and BF. RGB value is (114,216,191). Sum of RGB (Red+Green+Blue) = 114+216+191=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #72D8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D8BF is #8D2740. Grayscale: #B6B6B6. Windows color (decimal): -9250625 or 12572786. OLE color: 12572786.

HSL color Cylindrical-coordinate representation of color #72D8BF: hue angle of 165.29º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D8BF is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB114216191-
CMYK0.4700.120.15
HSL165.29º56.67%64.71%-
HSV(B)165.29º47.22%84.71%-
XYZ40.956.4558.03-
YUV182.65132.7179.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.88%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 191 (75% from 255) = 36.66%
R=21.88%
G=41.46%
B=36.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142161910.4700.120.15165.2956.6764.71
Hex72D8BF2F0CFa53941
Octal162330277570141724571101
Binary11100101101100010111111101111011001111101001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,216,191); }

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

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

 a { background-color: rgb(114,216,191); }

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

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

 span { border-color: rgb(114,216,191); }

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