#73d0c9

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

Shades of Downy #73D0C9

Tints of Downy #73D0C9

Color information

#73D0C9 (or 0x73D0C9) is unknown color: approx Downy. HEX triplet: 73, D0 and C9. RGB value is (115,208,201). Sum of RGB (Red+Green+Blue) = 115+208+201=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #73D0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D0C9 is #8C2F36. Grayscale: #B3B3B3. Windows color (decimal): -9187127 or 13226099. OLE color: 13226099.

HSL color Cylindrical-coordinate representation of color #73D0C9: hue angle of 175.48º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D0C9 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB115208201-
CMYK0.4500.030.18
HSL175.48º49.73%63.33%-
HSV(B)175.48º44.71%81.57%-
XYZ40.1752.9763.37-
YUV179.4140.1982.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.95%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=21.95%
G=39.69%
B=38.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152082010.4500.030.18175.4849.7363.33
Hex73D0C92D0312af323f
Octal1633203115503222576277
Binary111001111010000110010011011010111001010101111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73d0c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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