#72D0C6

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

Shades of Downy #72D0C6

Tints of Downy #72D0C6

Color information

#72D0C6 (or 0x72D0C6) is unknown color: approx Downy. HEX triplet: 72, D0 and C6. RGB value is (114,208,198). Sum of RGB (Red+Green+Blue) = 114+208+198=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #72D0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D0C6 is #8D2F39. Grayscale: #B2B2B2. Windows color (decimal): -9252666 or 13029490. OLE color: 13029490.

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

Color convert

RGB114208198-
CMYK0.4500.050.18
HSL173.62º50%63.14%-
HSV(B)173.62º45.19%81.57%-
XYZ39.6952.7761.52-
YUV178.75138.8681.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.92%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=21.92%
G=40%
B=38.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081980.4500.050.18173.625063.14
Hex72D0C62D0512ae323f
Octal1623203065505222566277
Binary1110010110100001100011010110101011001010101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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