#73E3BA

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

Shades of Downy #73E3BA

Tints of Downy #73E3BA

Color information

#73E3BA (or 0x73E3BA) is unknown color: approx Downy. HEX triplet: 73, E3 and BA. RGB value is (115,227,186). Sum of RGB (Red+Green+Blue) = 115+227+186=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #73E3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E3BA is #8C1C45. Grayscale: #BCBCBC. Windows color (decimal): -9182278 or 12247923. OLE color: 12247923.

HSL color Cylindrical-coordinate representation of color #73E3BA: hue angle of 158.04º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E3BA is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB115227186-
CMYK0.4900.180.11
HSL158.04º66.67%67.06%-
HSV(B)158.04º49.34%89.02%-
XYZ43.462.1356.16-
YUV188.84126.3975.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.78%
GREEN value IS 227 (89.06% from 255) = 42.99%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=21.78%
G=42.99%
B=35.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1152271860.4900.180.11158.0466.6767.06
Hex73E3BA31012B9e4343
Octal1633432726102213236103103
Binary1110011111000111011101011000101001010111001111010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,227,186); }

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

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

 a { background-color: rgb(115,227,186); }

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

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

 span { border-color: rgb(115,227,186); }

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