#72CDB9

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

Shades of Downy #72CDB9

Tints of Downy #72CDB9

Color information

#72CDB9 (or 0x72CDB9) is unknown color: approx Downy. HEX triplet: 72, CD and B9. RGB value is (114,205,185). Sum of RGB (Red+Green+Blue) = 114+205+185=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDB9 is #8D3246. Grayscale: #AFAFAF. Windows color (decimal): -9253447 or 12176754. OLE color: 12176754.

HSL color Cylindrical-coordinate representation of color #72CDB9: hue angle of 166.81º 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 #72CDB9 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB114205185-
CMYK0.4400.100.20
HSL166.81º47.64%62.55%-
HSV(B)166.81º44.39%80.39%-
XYZ37.5350.7453.72-
YUV175.51133.3584.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=22.62%
G=40.67%
B=36.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051850.4400.100.20166.8147.6462.55
Hex72CDB92C0A14a7303f
Octal16231527154012242476077
Binary11100101100110110111001101100010101010010100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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