#73D1B5

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

Shades of Downy #73D1B5

Tints of Downy #73D1B5

Color information

#73D1B5 (or 0x73D1B5) is unknown color: approx Downy. HEX triplet: 73, D1 and B5. RGB value is (115,209,181). Sum of RGB (Red+Green+Blue) = 115+209+181=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #73D1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D1B5 is #8C2E4A. Grayscale: #B1B1B1. Windows color (decimal): -9186891 or 11915635. OLE color: 11915635.

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

Color convert

RGB115209181-
CMYK0.4500.130.18
HSL162.13º50.54%63.53%-
HSV(B)162.13º44.98%81.96%-
XYZ38.2152.5851.85-
YUV177.7129.8683.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.77%
GREEN value IS 209 (82.03% from 255) = 41.39%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=22.77%
G=41.39%
B=35.84%

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
Decimal1152091810.4500.130.18162.1350.5463.53
Hex73D1B52D0D12a23340
Octal163321265550152224263100
Binary111001111010001101101011011010110110010101000101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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