Html Css Color HEX #73BEA2 Medium Aquamarine

📋 copy color: '#73BEA2'

red 115 ◦ green 190 ◦ blue 162

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

Shades of Medium Aquamarine #73BEA2

Tints of Medium Aquamarine #73BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

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

R = 24.63%
G = 40.69%
B = 34.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#73BEA2 (or 0x73BEA2) is known color: Medium Aquamarine. HEX triplet: 73, BE and A2. RGB value is (115,190,162). Sum of RGB (Red+Green+Blue) = 115+190+162=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEA2 is #8C415D. Grayscale: #A4A4A4. Windows color (decimal): -9191774 or 10665587. OLE color: 10665587.

HSL color Cylindrical-coordinate representation of color #73BEA2: hue angle of 157.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BEA2 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 190 162 -
CMYK 0.39 0 0.15 0.25
HSL 157.6º 0.37% 0.6% -
HSV(B) 157.6º 0.39% 0.75% -
XYZ 32.01 43.08 40.81 -
YUV 164.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 115 190 162 0.39 0 0.15 0.25 157.6 0.37 0.6
Hex 73 BE A2 27 0 F 19 9E 25 3C
Octal 163 276 242 47 0 17 31 236 45 74
Binary 1110011 10111110 10100010 100111 0 1111 11001 10011110 100101 111100

Color Harmonies of #73BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BEA2

Black with #73BEA2

Text Example


Text Example

White with #73BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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