#72d0ba

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

Shades of Downy #72D0BA

Tints of Downy #72D0BA

Color information

#72D0BA (or 0x72D0BA) is unknown color: approx Downy. HEX triplet: 72, D0 and BA. RGB value is (114,208,186). Sum of RGB (Red+Green+Blue) = 114+208+186=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #72D0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D0BA is #8D2F45. Grayscale: #B1B1B1. Windows color (decimal): -9252678 or 12243058. OLE color: 12243058.

HSL color Cylindrical-coordinate representation of color #72D0BA: hue angle of 165.96º degrees, saturation: 0.5, 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 #72D0BA is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB114208186-
CMYK0.4500.110.18
HSL165.96º50%63.14%-
HSV(B)165.96º45.19%81.57%-
XYZ38.3652.2354.51-
YUV177.39132.8682.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=22.44%
G=40.94%
B=36.61%

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
Decimal1142081860.4500.110.18165.965063.14
Hex72D0BA2D0B12a6323f
Octal16232027255013222466277
Binary11100101101000010111010101101010111001010100110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72d0ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,208,186); }

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

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

 a { background-color: rgb(114,208,186); }

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

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

 span { border-color: rgb(114,208,186); }

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