Html Css Color HEX #75D99C Medium Aquamarine

📋 copy color: '#75D99C'

red 117 ◦ green 217 ◦ blue 156

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

Shades of Medium Aquamarine #75D99C

Tints of Medium Aquamarine #75D99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 23.88%
G = 44.29%
B = 31.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#75D99C (or 0x75D99C) is known color: Medium Aquamarine. HEX triplet: 75, D9 and 9C. RGB value is (117,217,156). Sum of RGB (Red+Green+Blue) = 117+217+156=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #75D99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D99C is #8A2663. Grayscale: #B4B4B4. Windows color (decimal): -9053796 or 10279285. OLE color: 10279285.

HSL color Cylindrical-coordinate representation of color #75D99C: hue angle of 143.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 #75D99C is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 217 156 -
CMYK 0.46 0 0.28 0.15
HSL 143.4º 0.57% 0.65% -
HSV(B) 143.4º 0.46% 0.85% -
XYZ 38.15 55.81 40.21 -
YUV 180.15 114.37 82.96 -
System Red Green Blue C M Y K H S L
Decimal 117 217 156 0.46 0 0.28 0.15 143.4 0.57 0.65
Hex 75 D9 9C 2E 0 1C F 8F 39 41
Octal 165 331 234 56 0 34 17 217 71 101
Binary 1110101 11011001 10011100 101110 0 11100 1111 10001111 111001 1000001

Color Harmonies of #75D99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D99C

Black with #75D99C

Text Example


Text Example

White with #75D99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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