#73E6C0

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

Shades of Downy #73E6C0

Tints of Downy #73E6C0

Color information

#73E6C0 (or 0x73E6C0) is unknown color: approx Downy. HEX triplet: 73, E6 and C0. RGB value is (115,230,192). Sum of RGB (Red+Green+Blue) = 115+230+192=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #73E6C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E6C0 is #8C193F. Grayscale: #BFBFBF. Windows color (decimal): -9181504 or 12641907. OLE color: 12641907.

HSL color Cylindrical-coordinate representation of color #73E6C0: hue angle of 160.17º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E6C0 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB115230192-
CMYK0.500.170.10
HSL160.17º69.7%67.65%-
HSV(B)160.17º50%90.2%-
XYZ44.8864.0459.87-
YUV191.28128.473.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.42%
GREEN value IS 230 (90.23% from 255) = 42.83%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=21.42%
G=42.83%
B=35.75%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152301920.500.170.10160.1769.767.65
Hex73E6C032011Aa04644
Octal1633463006202112240106104
Binary1110011111001101100000011001001000110101010000010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,230,192); }

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

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

 a { background-color: rgb(115,230,192); }

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

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

 span { border-color: rgb(115,230,192); }

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