Html Css Color HEX #74FFA8 Mint Green

📋 copy color: '#74FFA8'

red 116 ◦ green 255 ◦ blue 168

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

Shades of Mint Green #74FFA8

Tints of Mint Green #74FFA8

RGB

 RED value IS 116 (45.7% from 255) = 21.52%

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

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

R = 21.52%
G = 47.31%
B = 31.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#74FFA8 (or 0x74FFA8) is known color: Mint Green. HEX triplet: 74, FF and A8. RGB value is (116,255,168). Sum of RGB (Red+Green+Blue) = 116+255+168=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFA8 is #8B0057. Grayscale: #CBCBCB. Windows color (decimal): -9109592 or 11075444. OLE color: 11075444.

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

Color convert

RGB 116 255 168 -
CMYK 0.55 0 0.34 0
HSL 142.45º 1% 0.73% -
HSV(B) 142.45º 0.55% 1% -
XYZ 50.03 78.06 49.48 -
YUV 203.52 107.95 65.57 -
System Red Green Blue C M Y K H S L
Decimal 116 255 168 0.55 0 0.34 0 142.45 1 0.73
Hex 74 FF A8 37 0 22 0 8E 64 49
Octal 164 377 250 67 0 42 0 216 144 111
Binary 1110100 11111111 10101000 110111 0 100010 0 10001110 1100100 1001001

Color Harmonies of #74FFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFA8

Black with #74FFA8

Text Example


Text Example

White with #74FFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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