#72CDC7

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

Shades of Downy #72CDC7

Tints of Downy #72CDC7

Color information

#72CDC7 (or 0x72CDC7) is unknown color: approx Downy. HEX triplet: 72, CD and C7. RGB value is (114,205,199). Sum of RGB (Red+Green+Blue) = 114+205+199=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDC7 is #8D3238. Grayscale: #B1B1B1. Windows color (decimal): -9253433 or 13094258. OLE color: 13094258.

HSL color Cylindrical-coordinate representation of color #72CDC7: hue angle of 176.04º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CDC7 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB114205199-
CMYK0.4400.030.20
HSL176.04º47.64%62.55%-
HSV(B)176.04º44.39%80.39%-
XYZ39.0851.3661.89-
YUV177.11140.3582.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.01%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 199 (78.12% from 255) = 38.42%
R=22.01%
G=39.58%
B=38.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051990.4400.030.20176.0447.6462.55
Hex72CDC72C0314b0303f
Octal1623153075403242606077
Binary111001011001101110001111011000111010010110000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,205,199); }

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

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

 a { background-color: rgb(114,205,199); }

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

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

 span { border-color: rgb(114,205,199); }

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