Html Css Color HEX #75E49B Medium Aquamarine

📋 copy color: '#75E49B'

red 117 ◦ green 228 ◦ blue 155

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

Shades of Medium Aquamarine #75E49B

Tints of Medium Aquamarine #75E49B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.6%

 BLUE value IS 155 (60.94% from 255) = 31%

R = 23.4%
G = 45.6%
B = 31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#75E49B (or 0x75E49B) is known color: Medium Aquamarine. HEX triplet: 75, E4 and 9B. RGB value is (117,228,155). Sum of RGB (Red+Green+Blue) = 117+228+155=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #75E49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E49B is #8A1B64. Grayscale: #BABABA. Windows color (decimal): -9050981 or 10216565. OLE color: 10216565.

HSL color Cylindrical-coordinate representation of color #75E49B: hue angle of 140.54º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E49B is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 228 155 -
CMYK 0.49 0 0.32 0.11
HSL 140.54º 0.67% 0.68% -
HSV(B) 140.54º 0.49% 0.89% -
XYZ 41 61.64 40.75 -
YUV 186.49 110.23 78.44 -
System Red Green Blue C M Y K H S L
Decimal 117 228 155 0.49 0 0.32 0.11 140.54 0.67 0.68
Hex 75 E4 9B 31 0 20 B 8D 43 44
Octal 165 344 233 61 0 40 13 215 103 104
Binary 1110101 11100100 10011011 110001 0 100000 1011 10001101 1000011 1000100

Color Harmonies of #75E49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E49B

Black with #75E49B

Text Example


Text Example

White with #75E49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,228,155); }

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

background-color css

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

 a { background-color: rgb(117,228,155); }

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

border-color css

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

 span { border-color: rgb(117,228,155); }

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