Html Css Color HEX #76FFA0 Mint Green

📋 copy color: '#76FFA0'

red 118 ◦ green 255 ◦ blue 160

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

Shades of Mint Green #76FFA0

Tints of Mint Green #76FFA0

RGB

 RED value IS 118 (46.48% from 255) = 22.14%

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

 BLUE value IS 160 (62.89% from 255) = 30.02%

R = 22.14%
G = 47.84%
B = 30.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#76FFA0 (or 0x76FFA0) is known color: Mint Green. HEX triplet: 76, FF and A0. RGB value is (118,255,160). Sum of RGB (Red+Green+Blue) = 118+255+160=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FFA0 is #89005F. Grayscale: #CBCBCB. Windows color (decimal): -8978528 or 10551158. OLE color: 10551158.

HSL color Cylindrical-coordinate representation of color #76FFA0: hue angle of 138.39º 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 #76FFA0 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 160 -
CMYK 0.54 0 0.37 0
HSL 138.39º 1% 0.73% -
HSV(B) 138.39º 0.54% 1% -
XYZ 49.58 77.91 45.68 -
YUV 203.21 103.61 67.22 -
System Red Green Blue C M Y K H S L
Decimal 118 255 160 0.54 0 0.37 0 138.39 1 0.73
Hex 76 FF A0 36 0 25 0 8A 64 49
Octal 166 377 240 66 0 45 0 212 144 111
Binary 1110110 11111111 10100000 110110 0 100101 0 10001010 1100100 1001001

Color Harmonies of #76FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFA0

Black with #76FFA0

Text Example


Text Example

White with #76FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76FFA0; }

 p { color: rgb(118,255,160); }

 H1.HeaderClassName
 {
   color: #76FFA0;
 }
 .AnyTagClassName
 {
   color: #76FFA0;
 }
</style>

background-color css

<style>
 a { background-color: #76FFA0; }

 a { background-color: rgb(118,255,160); }

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

border-color css

<style>
 span { border-color: #76FFA0; }

 span { border-color: rgb(118,255,160); }

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