#72DCC1

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

Shades of Downy #72DCC1

Tints of Downy #72DCC1

Color information

#72DCC1 (or 0x72DCC1) is unknown color: approx Downy. HEX triplet: 72, DC and C1. RGB value is (114,220,193). Sum of RGB (Red+Green+Blue) = 114+220+193=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCC1 is #8D233E. Grayscale: #B9B9B9. Windows color (decimal): -9249599 or 12704882. OLE color: 12704882.

HSL color Cylindrical-coordinate representation of color #72DCC1: hue angle of 164.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCC1 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB114220193-
CMYK0.4800.120.14
HSL164.72º60.23%65.49%-
HSV(B)164.72º48.18%86.27%-
XYZ42.1658.6159.54-
YUV185.23132.3877.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.63%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=21.63%
G=41.75%
B=36.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142201930.4800.120.14164.7260.2365.49
Hex72DCC1300CEa53c41
Octal162334301600141624574101
Binary11100101101110011000001110000011001110101001011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,220,193); }

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

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

 a { background-color: rgb(114,220,193); }

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

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

 span { border-color: rgb(114,220,193); }

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