#73DDCA

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

Shades of Downy #73DDCA

Tints of Downy #73DDCA

Color information

#73DDCA (or 0x73DDCA) is unknown color: approx Downy. HEX triplet: 73, DD and CA. RGB value is (115,221,202). Sum of RGB (Red+Green+Blue) = 115+221+202=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DDCA is #8C2235. Grayscale: #BBBBBB. Windows color (decimal): -9183798 or 13294963. OLE color: 13294963.

HSL color Cylindrical-coordinate representation of color #73DDCA: hue angle of 169.25º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DDCA is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB115221202-
CMYK0.4800.090.13
HSL169.25º60.92%65.88%-
HSV(B)169.25º47.96%86.67%-
XYZ43.5959.6265.09-
YUV187.14136.3876.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.38%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=21.38%
G=41.08%
B=37.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1152212020.4800.090.13169.2560.9265.88
Hex73DDCA3009Da93d42
Octal163335312600111525175102
Binary11100111101110111001010110000010011101101010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73DDCA; }

 p { color: rgb(115,221,202); }

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

<style>
 a { background-color: #73DDCA; }

 a { background-color: rgb(115,221,202); }

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

<style>
 span { border-color: #73DDCA; }

 span { border-color: rgb(115,221,202); }

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