#73E5BE

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

Shades of Downy #73E5BE

Tints of Downy #73E5BE

Color information

#73E5BE (or 0x73E5BE) is unknown color: approx Downy. HEX triplet: 73, E5 and BE. RGB value is (115,229,190). Sum of RGB (Red+Green+Blue) = 115+229+190=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5BE is #8C1A41. Grayscale: #BEBEBE. Windows color (decimal): -9181762 or 12510579. OLE color: 12510579.

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

Color convert

RGB115229190-
CMYK0.5000.170.10
HSL159.47º68.67%67.45%-
HSV(B)159.47º49.78%89.8%-
XYZ44.3863.458.61-
YUV190.47127.7374.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.54%
GREEN value IS 229 (89.84% from 255) = 42.88%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=21.54%
G=42.88%
B=35.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152291900.5000.170.10159.4768.6767.45
Hex73E5BE32011A9f4543
Octal1633452766202112237105103
Binary1110011111001011011111011001001000110101001111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,229,190); }

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

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

 a { background-color: rgb(115,229,190); }

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

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

 span { border-color: rgb(115,229,190); }

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