#72CDBA

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

Shades of Downy #72CDBA

Tints of Downy #72CDBA

Color information

#72CDBA (or 0x72CDBA) is unknown color: approx Downy. HEX triplet: 72, CD and BA. RGB value is (114,205,186). Sum of RGB (Red+Green+Blue) = 114+205+186=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDBA is #8D3245. Grayscale: #AFAFAF. Windows color (decimal): -9253446 or 12242290. OLE color: 12242290.

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

Color convert

RGB114205186-
CMYK0.4400.090.20
HSL167.47º47.64%62.55%-
HSV(B)167.47º44.39%80.39%-
XYZ37.6350.7954.27-
YUV175.62133.8584.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.57%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=22.57%
G=40.59%
B=36.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051860.4400.090.20167.4747.6462.55
Hex72CDBA2C0914a7303f
Octal16231527254011242476077
Binary11100101100110110111010101100010011010010100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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