Html Css Color HEX #75D0AC Medium Aquamarine

📋 copy color: '#75D0AC'

red 117 ◦ green 208 ◦ blue 172

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

Shades of Medium Aquamarine #75D0AC

Tints of Medium Aquamarine #75D0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

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

R = 23.54%
G = 41.85%
B = 34.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#75D0AC (or 0x75D0AC) is known color: Medium Aquamarine. HEX triplet: 75, D0 and AC. RGB value is (117,208,172). Sum of RGB (Red+Green+Blue) = 117+208+172=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #75D0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D0AC is #8A2F53. Grayscale: #B0B0B0. Windows color (decimal): -9056084 or 11325557. OLE color: 11325557.

HSL color Cylindrical-coordinate representation of color #75D0AC: hue angle of 156.26º degrees, saturation: 0.49, 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 #75D0AC is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 208 172 -
CMYK 0.44 0 0.17 0.18
HSL 156.26º 0.49% 0.64% -
HSV(B) 156.26º 0.44% 0.82% -
XYZ 37.34 51.87 47.07 -
YUV 176.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 117 208 172 0.44 0 0.17 0.18 156.26 0.49 0.64
Hex 75 D0 AC 2C 0 11 12 9C 31 40
Octal 165 320 254 54 0 21 22 234 61 100
Binary 1110101 11010000 10101100 101100 0 10001 10010 10011100 110001 1000000

Color Harmonies of #75D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D0AC

Black with #75D0AC

Text Example


Text Example

White with #75D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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