#73D0C6

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

Shades of Downy #73D0C6

Tints of Downy #73D0C6

Color information

#73D0C6 (or 0x73D0C6) is unknown color: approx Downy. HEX triplet: 73, D0 and C6. RGB value is (115,208,198). Sum of RGB (Red+Green+Blue) = 115+208+198=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #73D0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D0C6 is #8C2F39. Grayscale: #B3B3B3. Windows color (decimal): -9187130 or 13029491. OLE color: 13029491.

HSL color Cylindrical-coordinate representation of color #73D0C6: hue angle of 173.55º 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 #73D0C6 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB115208198-
CMYK0.4500.050.18
HSL173.55º49.73%63.33%-
HSV(B)173.55º44.71%81.57%-
XYZ39.8252.8361.53-
YUV179.05138.6982.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.07%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=22.07%
G=39.92%
B=38.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152081980.4500.050.18173.5549.7363.33
Hex73D0C62D0512ae323f
Octal1633203065505222566277
Binary1110011110100001100011010110101011001010101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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