Html Css Color HEX #75FFA8 Mint Green

📋 copy color: '#75FFA8'

red 117 ◦ green 255 ◦ blue 168

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

Shades of Mint Green #75FFA8

Tints of Mint Green #75FFA8

RGB

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

 GREEN value IS 255 (100% from 255) = 47.22%

 BLUE value IS 168 (66.02% from 255) = 31.11%

R = 21.67%
G = 47.22%
B = 31.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#75FFA8 (or 0x75FFA8) is known color: Mint Green. HEX triplet: 75, FF and A8. RGB value is (117,255,168). Sum of RGB (Red+Green+Blue) = 117+255+168=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFA8 is #8A0057. Grayscale: #CCCCCC. Windows color (decimal): -9044056 or 11075445. OLE color: 11075445.

HSL color Cylindrical-coordinate representation of color #75FFA8: hue angle of 142.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFA8 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 168 -
CMYK 0.54 0 0.34 0
HSL 142.17º 1% 0.73% -
HSV(B) 142.17º 0.54% 1% -
XYZ 50.16 78.13 49.48 -
YUV 203.82 107.78 66.07 -
System Red Green Blue C M Y K H S L
Decimal 117 255 168 0.54 0 0.34 0 142.17 1 0.73
Hex 75 FF A8 36 0 22 0 8E 64 49
Octal 165 377 250 66 0 42 0 216 144 111
Binary 1110101 11111111 10101000 110110 0 100010 0 10001110 1100100 1001001

Color Harmonies of #75FFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFA8

Black with #75FFA8

Text Example


Text Example

White with #75FFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,255,168); }

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

background-color css

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

 a { background-color: rgb(117,255,168); }

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

border-color css

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

 span { border-color: rgb(117,255,168); }

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