#73DFCA

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

Shades of Downy #73DFCA

Tints of Downy #73DFCA

Color information

#73DFCA (or 0x73DFCA) is unknown color: approx Downy. HEX triplet: 73, DF and CA. RGB value is (115,223,202). Sum of RGB (Red+Green+Blue) = 115+223+202=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFCA is #8C2035. Grayscale: #BCBCBC. Windows color (decimal): -9183286 or 13295475. OLE color: 13295475.

HSL color Cylindrical-coordinate representation of color #73DFCA: hue angle of 168.33º degrees, saturation: 0.63, 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 #73DFCA is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB115223202-
CMYK0.4800.090.13
HSL168.33º62.79%66.27%-
HSV(B)168.33º48.43%87.45%-
XYZ44.1260.6865.27-
YUV188.31135.7275.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.30%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=21.30%
G=41.30%
B=37.41%

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
Decimal1152232020.4800.090.13168.3362.7966.27
Hex73DFCA3009Da83f42
Octal163337312600111525077102
Binary11100111101111111001010110000010011101101010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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