Html Css Color HEX #73EBAF Medium Aquamarine

📋 copy color: '#73EBAF'

red 115 ◦ green 235 ◦ blue 175

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

Shades of Medium Aquamarine #73EBAF

Tints of Medium Aquamarine #73EBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.33%

R = 21.9%
G = 44.76%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#73EBAF (or 0x73EBAF) is known color: Medium Aquamarine. HEX triplet: 73, EB and AF. RGB value is (115,235,175). Sum of RGB (Red+Green+Blue) = 115+235+175=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EBAF is #8C1450. Grayscale: #C0C0C0. Windows color (decimal): -9180241 or 11529075. OLE color: 11529075.

HSL color Cylindrical-coordinate representation of color #73EBAF: hue angle of 150º 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 #73EBAF is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 235 175 -
CMYK 0.51 0 0.26 0.08
HSL 150º 0.75% 0.69% -
HSV(B) 150º 0.51% 0.92% -
XYZ 44.52 66.16 50.98 -
YUV 192.28 118.24 72.88 -
System Red Green Blue C M Y K H S L
Decimal 115 235 175 0.51 0 0.26 0.08 150 0.75 0.69
Hex 73 EB AF 33 0 1A 8 96 4B 45
Octal 163 353 257 63 0 32 10 226 113 105
Binary 1110011 11101011 10101111 110011 0 11010 1000 10010110 1001011 1000101

Color Harmonies of #73EBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EBAF

Black with #73EBAF

Text Example


Text Example

White with #73EBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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