Html Css Color HEX #75EAA1 Medium Aquamarine

📋 copy color: '#75EAA1'

red 117 ◦ green 234 ◦ blue 161

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

Shades of Medium Aquamarine #75EAA1

Tints of Medium Aquamarine #75EAA1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 161 (63.28% from 255) = 31.45%

R = 22.85%
G = 45.7%
B = 31.45%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#75EAA1 (or 0x75EAA1) is known color: Medium Aquamarine. HEX triplet: 75, EA and A1. RGB value is (117,234,161). Sum of RGB (Red+Green+Blue) = 117+234+161=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EAA1 is #8A155E. Grayscale: #BEBEBE. Windows color (decimal): -9049439 or 10611317. OLE color: 10611317.

HSL color Cylindrical-coordinate representation of color #75EAA1: hue angle of 142.56º degrees, saturation: 0.74, 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 #75EAA1 is Cyan = 0.5, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 161 -
CMYK 0.5 0 0.31 0.08
HSL 142.56º 0.74% 0.69% -
HSV(B) 142.56º 0.5% 0.92% -
XYZ 43.19 65.2 44.03 -
YUV 190.7 111.24 75.44 -
System Red Green Blue C M Y K H S L
Decimal 117 234 161 0.5 0 0.31 0.08 142.56 0.74 0.69
Hex 75 EA A1 32 0 1F 8 8F 4A 45
Octal 165 352 241 62 0 37 10 217 112 105
Binary 1110101 11101010 10100001 110010 0 11111 1000 10001111 1001010 1000101

Color Harmonies of #75EAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EAA1

Black with #75EAA1

Text Example


Text Example

White with #75EAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,234,161); }

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

background-color css

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

 a { background-color: rgb(117,234,161); }

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

border-color css

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

 span { border-color: rgb(117,234,161); }

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