Html Css Color HEX #75D9A1 Medium Aquamarine

📋 copy color: '#75D9A1'

red 117 ◦ green 217 ◦ blue 161

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

Shades of Medium Aquamarine #75D9A1

Tints of Medium Aquamarine #75D9A1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

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

R = 23.64%
G = 43.84%
B = 32.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#75D9A1 (or 0x75D9A1) is known color: Medium Aquamarine. HEX triplet: 75, D9 and A1. RGB value is (117,217,161). Sum of RGB (Red+Green+Blue) = 117+217+161=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D9A1 is #8A265E. Grayscale: #B4B4B4. Windows color (decimal): -9053791 or 10606965. OLE color: 10606965.

HSL color Cylindrical-coordinate representation of color #75D9A1: hue angle of 146.4º degrees, saturation: 0.57, 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 #75D9A1 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 217 161 -
CMYK 0.46 0 0.26 0.15
HSL 146.4º 0.57% 0.65% -
HSV(B) 146.4º 0.46% 0.85% -
XYZ 38.58 55.98 42.49 -
YUV 180.72 116.87 82.55 -
System Red Green Blue C M Y K H S L
Decimal 117 217 161 0.46 0 0.26 0.15 146.4 0.57 0.65
Hex 75 D9 A1 2E 0 1A F 92 39 41
Octal 165 331 241 56 0 32 17 222 71 101
Binary 1110101 11011001 10100001 101110 0 11010 1111 10010010 111001 1000001

Color Harmonies of #75D9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D9A1

Black with #75D9A1

Text Example


Text Example

White with #75D9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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