#73D0B4

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

Shades of Downy #73D0B4

Tints of Downy #73D0B4

Color information

#73D0B4 (or 0x73D0B4) is unknown color: approx Downy. HEX triplet: 73, D0 and B4. RGB value is (115,208,180). Sum of RGB (Red+Green+Blue) = 115+208+180=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #73D0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D0B4 is #8C2F4B. Grayscale: #B1B1B1. Windows color (decimal): -9187148 or 11849843. OLE color: 11849843.

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

Color convert

RGB115208180-
CMYK0.4500.130.18
HSL161.94º49.73%63.33%-
HSV(B)161.94º44.71%81.57%-
XYZ37.8652.0551.23-
YUV177129.6983.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.86%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=22.86%
G=41.35%
B=35.79%

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
Decimal1152081800.4500.130.18161.9449.7363.33
Hex73D0B42D0D12a2323f
Octal16332026455015222426277
Binary11100111101000010110100101101011011001010100010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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