Html Css Color HEX #75D1AC Medium Aquamarine

📋 copy color: '#75D1AC'

red 117 ◦ green 209 ◦ blue 172

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

Shades of Medium Aquamarine #75D1AC

Tints of Medium Aquamarine #75D1AC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.97%

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

R = 23.49%
G = 41.97%
B = 34.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#75D1AC (or 0x75D1AC) is known color: Medium Aquamarine. HEX triplet: 75, D1 and AC. RGB value is (117,209,172). Sum of RGB (Red+Green+Blue) = 117+209+172=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #75D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D1AC is #8A2E53. Grayscale: #B1B1B1. Windows color (decimal): -9055828 or 11325813. OLE color: 11325813.

HSL color Cylindrical-coordinate representation of color #75D1AC: hue angle of 155.87º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D1AC is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 209 172 -
CMYK 0.44 0 0.18 0.18
HSL 155.87º 0.5% 0.64% -
HSV(B) 155.87º 0.44% 0.82% -
XYZ 37.58 52.36 47.16 -
YUV 177.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 117 209 172 0.44 0 0.18 0.18 155.87 0.5 0.64
Hex 75 D1 AC 2C 0 12 12 9C 32 40
Octal 165 321 254 54 0 22 22 234 62 100
Binary 1110101 11010001 10101100 101100 0 10010 10010 10011100 110010 1000000

Color Harmonies of #75D1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D1AC

Black with #75D1AC

Text Example


Text Example

White with #75D1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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