#73D8C0

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

Shades of Downy #73D8C0

Tints of Downy #73D8C0

Color information

#73D8C0 (or 0x73D8C0) is unknown color: approx Downy. HEX triplet: 73, D8 and C0. RGB value is (115,216,192). Sum of RGB (Red+Green+Blue) = 115+216+192=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #73D8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D8C0 is #8C273F. Grayscale: #B7B7B7. Windows color (decimal): -9185088 or 12638323. OLE color: 12638323.

HSL color Cylindrical-coordinate representation of color #73D8C0: hue angle of 165.74º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D8C0 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB115216192-
CMYK0.4700.110.15
HSL165.74º56.42%64.9%-
HSV(B)165.74º46.76%84.71%-
XYZ41.1456.5658.62-
YUV183.06133.0479.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.99%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 192 (75.39% from 255) = 36.71%
R=21.99%
G=41.30%
B=36.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1152161920.4700.110.15165.7456.4264.9
Hex73D8C02F0BFa63841
Octal163330300570131724670101
Binary11100111101100011000000101111010111111101001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,216,192); }

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

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

 a { background-color: rgb(115,216,192); }

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

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

 span { border-color: rgb(115,216,192); }

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