#73D8C1

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

Shades of Downy #73D8C1

Tints of Downy #73D8C1

Color information

#73D8C1 (or 0x73D8C1) is unknown color: approx Downy. HEX triplet: 73, D8 and C1. RGB value is (115,216,193). Sum of RGB (Red+Green+Blue) = 115+216+193=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #73D8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D8C1 is #8C273E. Grayscale: #B7B7B7. Windows color (decimal): -9185087 or 12703859. OLE color: 12703859.

HSL color Cylindrical-coordinate representation of color #73D8C1: hue angle of 166.34º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D8C1 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB115216193-
CMYK0.4700.110.15
HSL166.34º56.42%64.9%-
HSV(B)166.34º46.76%84.71%-
XYZ41.2556.6159.2-
YUV183.18133.5479.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.95%
GREEN value IS 216 (84.77% from 255) = 41.22%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=21.95%
G=41.22%
B=36.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1152161930.4700.110.15166.3456.4264.9
Hex73D8C12F0BFa63841
Octal163330301570131724670101
Binary11100111101100011000001101111010111111101001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,216,193); }

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

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

 a { background-color: rgb(115,216,193); }

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

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

 span { border-color: rgb(115,216,193); }

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