Html Css Color HEX #75E6AC Medium Aquamarine

📋 copy color: '#75E6AC'

red 117 ◦ green 230 ◦ blue 172

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

Shades of Medium Aquamarine #75E6AC

Tints of Medium Aquamarine #75E6AC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.32%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 22.54%
G = 44.32%
B = 33.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#75E6AC (or 0x75E6AC) is known color: Medium Aquamarine. HEX triplet: 75, E6 and AC. RGB value is (117,230,172). Sum of RGB (Red+Green+Blue) = 117+230+172=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #75E6AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E6AC is #8A1953. Grayscale: #BDBDBD. Windows color (decimal): -9050452 or 11331189. OLE color: 11331189.

HSL color Cylindrical-coordinate representation of color #75E6AC: hue angle of 149.2º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E6AC is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 230 172 -
CMYK 0.49 0 0.25 0.10
HSL 149.2º 0.69% 0.68% -
HSV(B) 149.2º 0.49% 0.9% -
XYZ 43.08 63.35 48.99 -
YUV 189.6 118.06 76.22 -
System Red Green Blue C M Y K H S L
Decimal 117 230 172 0.49 0 0.25 0.10 149.2 0.69 0.68
Hex 75 E6 AC 31 0 19 A 95 45 44
Octal 165 346 254 61 0 31 12 225 105 104
Binary 1110101 11100110 10101100 110001 0 11001 1010 10010101 1000101 1000100

Color Harmonies of #75E6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E6AC

Black with #75E6AC

Text Example


Text Example

White with #75E6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,230,172); }

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

background-color css

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

 a { background-color: rgb(117,230,172); }

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

border-color css

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

 span { border-color: rgb(117,230,172); }

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