#72D0C4

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

Shades of Downy #72D0C4

Tints of Downy #72D0C4

Color information

#72D0C4 (or 0x72D0C4) is unknown color: approx Downy. HEX triplet: 72, D0 and C4. RGB value is (114,208,196). Sum of RGB (Red+Green+Blue) = 114+208+196=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #72D0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D0C4 is #8D2F3B. Grayscale: #B2B2B2. Windows color (decimal): -9252668 or 12898418. OLE color: 12898418.

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

Color convert

RGB114208196-
CMYK0.4500.060.18
HSL172.34º50%63.14%-
HSV(B)172.34º45.19%81.57%-
XYZ39.4652.6760.31-
YUV178.53137.8681.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.01%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=22.01%
G=40.15%
B=37.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081960.4500.060.18172.345063.14
Hex72D0C42D0612ac323f
Octal1623203045506222546277
Binary1110010110100001100010010110101101001010101100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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