#73D1B6

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

Shades of Downy #73D1B6

Tints of Downy #73D1B6

Color information

#73D1B6 (or 0x73D1B6) is unknown color: approx Downy. HEX triplet: 73, D1 and B6. RGB value is (115,209,182). Sum of RGB (Red+Green+Blue) = 115+209+182=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #73D1B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D1B6 is #8C2E49. Grayscale: #B1B1B1. Windows color (decimal): -9186890 or 11981171. OLE color: 11981171.

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

Color convert

RGB115209182-
CMYK0.4500.130.18
HSL162.77º50.54%63.53%-
HSV(B)162.77º44.98%81.96%-
XYZ38.3152.6252.39-
YUV177.82130.3683.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.73%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=22.73%
G=41.30%
B=35.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152091820.4500.130.18162.7750.5463.53
Hex73D1B62D0D12a33340
Octal163321266550152224363100
Binary111001111010001101101101011010110110010101000111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,209,182); }

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

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

 a { background-color: rgb(115,209,182); }

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

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

 span { border-color: rgb(115,209,182); }

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