Html Css Color HEX #75E7A0 Medium Aquamarine

📋 copy color: '#75E7A0'

red 117 ◦ green 231 ◦ blue 160

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

Shades of Medium Aquamarine #75E7A0

Tints of Medium Aquamarine #75E7A0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.47%

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

R = 23.03%
G = 45.47%
B = 31.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#75E7A0 (or 0x75E7A0) is known color: Medium Aquamarine. HEX triplet: 75, E7 and A0. RGB value is (117,231,160). Sum of RGB (Red+Green+Blue) = 117+231+160=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #75E7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E7A0 is #8A185F. Grayscale: #BCBCBC. Windows color (decimal): -9050208 or 10545013. OLE color: 10545013.

HSL color Cylindrical-coordinate representation of color #75E7A0: hue angle of 142.63º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E7A0 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 231 160 -
CMYK 0.49 0 0.31 0.09
HSL 142.63º 0.7% 0.68% -
HSV(B) 142.63º 0.49% 0.91% -
XYZ 42.26 63.47 43.28 -
YUV 188.82 111.73 76.77 -
System Red Green Blue C M Y K H S L
Decimal 117 231 160 0.49 0 0.31 0.09 142.63 0.7 0.68
Hex 75 E7 A0 31 0 1F 9 8F 46 44
Octal 165 347 240 61 0 37 11 217 106 104
Binary 1110101 11100111 10100000 110001 0 11111 1001 10001111 1000110 1000100

Color Harmonies of #75E7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E7A0

Black with #75E7A0

Text Example


Text Example

White with #75E7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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