#73D8D0

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

Shades of Downy #73D8D0

Tints of Downy #73D8D0

Color information

#73D8D0 (or 0x73D8D0) is unknown color: approx Downy. HEX triplet: 73, D8 and D0. RGB value is (115,216,208). Sum of RGB (Red+Green+Blue) = 115+216+208=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #73D8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D8D0 is #8C272F. Grayscale: #B8B8B8. Windows color (decimal): -9185072 or 13686899. OLE color: 13686899.

HSL color Cylindrical-coordinate representation of color #73D8D0: hue angle of 175.25º 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 #73D8D0 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB115216208-
CMYK0.4700.040.15
HSL175.25º56.42%64.9%-
HSV(B)175.25º46.76%84.71%-
XYZ43.0157.3168.47-
YUV184.89141.0478.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.34%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=21.34%
G=40.07%
B=38.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1152162080.4700.040.15175.2556.4264.9
Hex73D8D02F04Faf3841
Octal16333032057041725770101
Binary1110011110110001101000010111101001111101011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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