Html Css Color HEX #73EBA0 Medium Aquamarine

📋 copy color: '#73EBA0'

red 115 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #73EBA0

Tints of Medium Aquamarine #73EBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.08%

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

R = 22.55%
G = 46.08%
B = 31.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#73EBA0 (or 0x73EBA0) is known color: Medium Aquamarine. HEX triplet: 73, EB and A0. RGB value is (115,235,160). Sum of RGB (Red+Green+Blue) = 115+235+160=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EBA0 is #8C145F. Grayscale: #BEBEBE. Windows color (decimal): -9180256 or 10546035. OLE color: 10546035.

HSL color Cylindrical-coordinate representation of color #73EBA0: hue angle of 142.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EBA0 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 235 160 -
CMYK 0.51 0 0.32 0.08
HSL 142.5º 0.75% 0.69% -
HSV(B) 142.5º 0.51% 0.92% -
XYZ 43.12 65.6 43.65 -
YUV 190.57 110.74 74.1 -
System Red Green Blue C M Y K H S L
Decimal 115 235 160 0.51 0 0.32 0.08 142.5 0.75 0.69
Hex 73 EB A0 33 0 20 8 8E 4B 45
Octal 163 353 240 63 0 40 10 216 113 105
Binary 1110011 11101011 10100000 110011 0 100000 1000 10001110 1001011 1000101

Color Harmonies of #73EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EBA0

Black with #73EBA0

Text Example


Text Example

White with #73EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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