Html Css Color HEX #75EBA0 Medium Aquamarine

📋 copy color: '#75EBA0'

red 117 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #75EBA0

Tints of Medium Aquamarine #75EBA0

RGB

 RED value IS 117 (46.09% from 255) = 22.85%

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

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

R = 22.85%
G = 45.9%
B = 31.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#75EBA0 (or 0x75EBA0) is known color: Medium Aquamarine. HEX triplet: 75, EB and A0. RGB value is (117,235,160). Sum of RGB (Red+Green+Blue) = 117+235+160=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EBA0 is #8A145F. Grayscale: #BFBFBF. Windows color (decimal): -9049184 or 10546037. OLE color: 10546037.

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

Color convert

RGB 117 235 160 -
CMYK 0.50 0 0.32 0.08
HSL 141.86º 0.75% 0.69% -
HSV(B) 141.86º 0.5% 0.92% -
XYZ 43.39 65.74 43.66 -
YUV 191.17 110.41 75.1 -
System Red Green Blue C M Y K H S L
Decimal 117 235 160 0.50 0 0.32 0.08 141.86 0.75 0.69
Hex 75 EB A0 32 0 20 8 8E 4B 45
Octal 165 353 240 62 0 40 10 216 113 105
Binary 1110101 11101011 10100000 110010 0 100000 1000 10001110 1001011 1000101

Color Harmonies of #75EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EBA0

Black with #75EBA0

Text Example


Text Example

White with #75EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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