Html Css Color HEX #73CAA4 Medium Aquamarine

📋 copy color: '#73CAA4'

red 115 ◦ green 202 ◦ blue 164

#73CAA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #73CAA4

Tints of Medium Aquamarine #73CAA4

RGB

 RED value IS 115 (45.31% from 255) = 23.91%

 GREEN value IS 202 (79.3% from 255) = 42%

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 23.91%
G = 42%
B = 34.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#73CAA4 (or 0x73CAA4) is known color: Medium Aquamarine. HEX triplet: 73, CA and A4. RGB value is (115,202,164). Sum of RGB (Red+Green+Blue) = 115+202+164=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CAA4 is #8C355B. Grayscale: #ABABAB. Windows color (decimal): -9188700 or 10799731. OLE color: 10799731.

HSL color Cylindrical-coordinate representation of color #73CAA4: hue angle of 153.79º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CAA4 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 202 164 -
CMYK 0.43 0 0.19 0.21
HSL 153.79º 0.45% 0.62% -
HSV(B) 153.79º 0.43% 0.79% -
XYZ 34.89 48.57 42.66 -
YUV 171.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 115 202 164 0.43 0 0.19 0.21 153.79 0.45 0.62
Hex 73 CA A4 2B 0 13 15 9A 2D 3E
Octal 163 312 244 53 0 23 25 232 55 76
Binary 1110011 11001010 10100100 101011 0 10011 10101 10011010 101101 111110

Color Harmonies of #73CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CAA4

Black with #73CAA4

Text Example


Text Example

White with #73CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,202,164); }

 H1.HeaderClassName
 {
   color: #73CAA4;
 }
 .AnyTagClassName
 {
   color: #73CAA4;
 }
</style>

background-color css

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

 a { background-color: rgb(115,202,164); }

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

border-color css

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

 span { border-color: rgb(115,202,164); }

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