#72D1BB

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

Shades of Downy #72D1BB

Tints of Downy #72D1BB

Color information

#72D1BB (or 0x72D1BB) is unknown color: approx Downy. HEX triplet: 72, D1 and BB. RGB value is (114,209,187). Sum of RGB (Red+Green+Blue) = 114+209+187=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #72D1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D1BB is #8D2E44. Grayscale: #B2B2B2. Windows color (decimal): -9252421 or 12308850. OLE color: 12308850.

HSL color Cylindrical-coordinate representation of color #72D1BB: hue angle of 166.11º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D1BB is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB114209187-
CMYK0.4500.110.18
HSL166.11º50.8%63.33%-
HSV(B)166.11º45.45%81.96%-
XYZ38.7152.7755.16-
YUV178.09133.0382.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.35%
GREEN value IS 209 (82.03% from 255) = 40.98%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=22.35%
G=40.98%
B=36.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142091870.4500.110.18166.1150.863.33
Hex72D1BB2D0B12a6333f
Octal16232127355013222466377
Binary11100101101000110111011101101010111001010100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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