Html Css Color HEX #75EBA9 Medium Aquamarine

📋 copy color: '#75EBA9'

red 117 ◦ green 235 ◦ blue 169

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

Shades of Medium Aquamarine #75EBA9

Tints of Medium Aquamarine #75EBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.44%

R = 22.46%
G = 45.11%
B = 32.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#75EBA9 (or 0x75EBA9) is known color: Medium Aquamarine. HEX triplet: 75, EB and A9. RGB value is (117,235,169). Sum of RGB (Red+Green+Blue) = 117+235+169=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EBA9 is #8A1456. Grayscale: #C0C0C0. Windows color (decimal): -9049175 or 11135861. OLE color: 11135861.

HSL color Cylindrical-coordinate representation of color #75EBA9: hue angle of 146.44º 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 #75EBA9 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 235 169 -
CMYK 0.50 0 0.28 0.08
HSL 146.44º 0.75% 0.69% -
HSV(B) 146.44º 0.5% 0.92% -
XYZ 44.21 66.06 47.96 -
YUV 192.19 114.91 74.37 -
System Red Green Blue C M Y K H S L
Decimal 117 235 169 0.50 0 0.28 0.08 146.44 0.75 0.69
Hex 75 EB A9 32 0 1C 8 92 4B 45
Octal 165 353 251 62 0 34 10 222 113 105
Binary 1110101 11101011 10101001 110010 0 11100 1000 10010010 1001011 1000101

Color Harmonies of #75EBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EBA9

Black with #75EBA9

Text Example


Text Example

White with #75EBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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