Html Css Color HEX #73CAA8 Medium Aquamarine

📋 copy color: '#73CAA8'

red 115 ◦ green 202 ◦ blue 168

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

Shades of Medium Aquamarine #73CAA8

Tints of Medium Aquamarine #73CAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.64%

R = 23.71%
G = 41.65%
B = 34.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#73CAA8 (or 0x73CAA8) is known color: Medium Aquamarine. HEX triplet: 73, CA and A8. RGB value is (115,202,168). Sum of RGB (Red+Green+Blue) = 115+202+168=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CAA8 is #8C3557. Grayscale: #ACACAC. Windows color (decimal): -9188696 or 11061875. OLE color: 11061875.

HSL color Cylindrical-coordinate representation of color #73CAA8: hue angle of 156.55º 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 #73CAA8 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 202 168 -
CMYK 0.43 0 0.17 0.21
HSL 156.55º 0.45% 0.62% -
HSV(B) 156.55º 0.43% 0.79% -
XYZ 35.26 48.71 44.59 -
YUV 172.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 115 202 168 0.43 0 0.17 0.21 156.55 0.45 0.62
Hex 73 CA A8 2B 0 11 15 9D 2D 3E
Octal 163 312 250 53 0 21 25 235 55 76
Binary 1110011 11001010 10101000 101011 0 10001 10101 10011101 101101 111110

Color Harmonies of #73CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CAA8

Black with #73CAA8

Text Example


Text Example

White with #73CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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