Html Css Color HEX #73C2A0 Medium Aquamarine

📋 copy color: '#73C2A0'

red 115 ◦ green 194 ◦ blue 160

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

Shades of Medium Aquamarine #73C2A0

Tints of Medium Aquamarine #73C2A0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.36%

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

R = 24.52%
G = 41.36%
B = 34.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#73C2A0 (or 0x73C2A0) is known color: Medium Aquamarine. HEX triplet: 73, C2 and A0. RGB value is (115,194,160). Sum of RGB (Red+Green+Blue) = 115+194+160=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #73C2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C2A0 is #8C3D5F. Grayscale: #A6A6A6. Windows color (decimal): -9190752 or 10535539. OLE color: 10535539.

HSL color Cylindrical-coordinate representation of color #73C2A0: hue angle of 154.18º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C2A0 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 194 160 -
CMYK 0.41 0 0.18 0.24
HSL 154.18º 0.39% 0.61% -
HSV(B) 154.18º 0.41% 0.76% -
XYZ 32.71 44.77 40.17 -
YUV 166.5 124.33 91.26 -
System Red Green Blue C M Y K H S L
Decimal 115 194 160 0.41 0 0.18 0.24 154.18 0.39 0.61
Hex 73 C2 A0 29 0 12 18 9A 27 3D
Octal 163 302 240 51 0 22 30 232 47 75
Binary 1110011 11000010 10100000 101001 0 10010 11000 10011010 100111 111101

Color Harmonies of #73C2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C2A0

Black with #73C2A0

Text Example


Text Example

White with #73C2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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