#73EAC3

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

Shades of Downy #73EAC3

Tints of Downy #73EAC3

Color information

#73EAC3 (or 0x73EAC3) is unknown color: approx Downy. HEX triplet: 73, EA and C3. RGB value is (115,234,195). Sum of RGB (Red+Green+Blue) = 115+234+195=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EAC3 is #8C153C. Grayscale: #C2C2C2. Windows color (decimal): -9180477 or 12839539. OLE color: 12839539.

HSL color Cylindrical-coordinate representation of color #73EAC3: hue angle of 160.34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAC3 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB115234195-
CMYK0.5100.170.08
HSL160.34º73.91%68.43%-
HSV(B)160.34º50.85%91.76%-
XYZ46.3466.4362.01-
YUV193.97128.5871.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.14%
GREEN value IS 234 (91.80% from 255) = 43.01%
BLUE value IS 195 (76.56% from 255) = 35.85%
R=21.14%
G=43.01%
B=35.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152341950.5100.170.08160.3473.9168.43
Hex73EAC3330118a04a44
Octal1633523036302110240112104
Binary1110011111010101100001111001101000110001010000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,234,195); }

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

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

 a { background-color: rgb(115,234,195); }

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

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

 span { border-color: rgb(115,234,195); }

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