Html Css Color HEX #73CAA0 Medium Aquamarine

📋 copy color: '#73CAA0'

red 115 ◦ green 202 ◦ blue 160

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

Shades of Medium Aquamarine #73CAA0

Tints of Medium Aquamarine #73CAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 24.11%
G = 42.35%
B = 33.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#73CAA0 (or 0x73CAA0) is known color: Medium Aquamarine. HEX triplet: 73, CA and A0. RGB value is (115,202,160). Sum of RGB (Red+Green+Blue) = 115+202+160=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CAA0 is #8C355F. Grayscale: #ABABAB. Windows color (decimal): -9188704 or 10537587. OLE color: 10537587.

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

Color convert

RGB 115 202 160 -
CMYK 0.43 0 0.21 0.21
HSL 151.03º 0.45% 0.62% -
HSV(B) 151.03º 0.43% 0.79% -
XYZ 34.54 48.42 40.78 -
YUV 171.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 115 202 160 0.43 0 0.21 0.21 151.03 0.45 0.62
Hex 73 CA A0 2B 0 15 15 97 2D 3E
Octal 163 312 240 53 0 25 25 227 55 76
Binary 1110011 11001010 10100000 101011 0 10101 10101 10010111 101101 111110

Color Harmonies of #73CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CAA0

Black with #73CAA0

Text Example


Text Example

White with #73CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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