Html Css Color HEX #75D8AD Medium Aquamarine

📋 copy color: '#75D8AD'

red 117 ◦ green 216 ◦ blue 173

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

Shades of Medium Aquamarine #75D8AD

Tints of Medium Aquamarine #75D8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 23.12%
G = 42.69%
B = 34.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#75D8AD (or 0x75D8AD) is known color: Medium Aquamarine. HEX triplet: 75, D8 and AD. RGB value is (117,216,173). Sum of RGB (Red+Green+Blue) = 117+216+173=506 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.12% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #75D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D8AD is #8A2752. Grayscale: #B5B5B5. Windows color (decimal): -9054035 or 11393141. OLE color: 11393141.

HSL color Cylindrical-coordinate representation of color #75D8AD: hue angle of 153.94º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D8AD is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 216 173 -
CMYK 0.46 0 0.20 0.15
HSL 153.94º 0.56% 0.65% -
HSV(B) 153.94º 0.46% 0.85% -
XYZ 39.43 55.91 48.25 -
YUV 181.5 123.2 82 -
System Red Green Blue C M Y K H S L
Decimal 117 216 173 0.46 0 0.20 0.15 153.94 0.56 0.65
Hex 75 D8 AD 2E 0 14 F 9A 38 41
Octal 165 330 255 56 0 24 17 232 70 101
Binary 1110101 11011000 10101101 101110 0 10100 1111 10011010 111000 1000001

Color Harmonies of #75D8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D8AD

Black with #75D8AD

Text Example


Text Example

White with #75D8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,216,173); }

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

background-color css

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

 a { background-color: rgb(117,216,173); }

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

border-color css

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

 span { border-color: rgb(117,216,173); }

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