Html Css Color HEX #73C0A2 Medium Aquamarine

📋 copy color: '#73C0A2'

red 115 ◦ green 192 ◦ blue 162

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

Shades of Medium Aquamarine #73C0A2

Tints of Medium Aquamarine #73C0A2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 162 (63.67% from 255) = 34.54%

R = 24.52%
G = 40.94%
B = 34.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#73C0A2 (or 0x73C0A2) is known color: Medium Aquamarine. HEX triplet: 73, C0 and A2. RGB value is (115,192,162). Sum of RGB (Red+Green+Blue) = 115+192+162=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #73C0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C0A2 is #8C3F5D. Grayscale: #A5A5A5. Windows color (decimal): -9191262 or 10666099. OLE color: 10666099.

HSL color Cylindrical-coordinate representation of color #73C0A2: hue angle of 156.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C0A2 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 192 162 -
CMYK 0.40 0 0.16 0.25
HSL 156.62º 0.38% 0.6% -
HSV(B) 156.62º 0.4% 0.75% -
XYZ 32.44 43.95 40.96 -
YUV 165.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 115 192 162 0.40 0 0.16 0.25 156.62 0.38 0.6
Hex 73 C0 A2 28 0 10 19 9D 26 3C
Octal 163 300 242 50 0 20 31 235 46 74
Binary 1110011 11000000 10100010 101000 0 10000 11001 10011101 100110 111100

Color Harmonies of #73C0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C0A2

Black with #73C0A2

Text Example


Text Example

White with #73C0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,192,162); }

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

background-color css

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

 a { background-color: rgb(115,192,162); }

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

border-color css

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

 span { border-color: rgb(115,192,162); }

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