Html Css Color HEX #74FFA2 Mint Green

📋 copy color: '#74FFA2'

red 116 ◦ green 255 ◦ blue 162

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

Shades of Mint Green #74FFA2

Tints of Mint Green #74FFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.39%

R = 21.76%
G = 47.84%
B = 30.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#74FFA2 (or 0x74FFA2) is known color: Mint Green. HEX triplet: 74, FF and A2. RGB value is (116,255,162). Sum of RGB (Red+Green+Blue) = 116+255+162=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFA2 is #8B005D. Grayscale: #CBCBCB. Windows color (decimal): -9109598 or 10682228. OLE color: 10682228.

HSL color Cylindrical-coordinate representation of color #74FFA2: hue angle of 139.86º 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 #74FFA2 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 162 -
CMYK 0.55 0 0.36 0
HSL 139.86º 1% 0.73% -
HSV(B) 139.86º 0.55% 1% -
XYZ 49.48 77.84 46.6 -
YUV 202.84 104.95 66.06 -
System Red Green Blue C M Y K H S L
Decimal 116 255 162 0.55 0 0.36 0 139.86 1 0.73
Hex 74 FF A2 37 0 24 0 8C 64 49
Octal 164 377 242 67 0 44 0 214 144 111
Binary 1110100 11111111 10100010 110111 0 100100 0 10001100 1100100 1001001

Color Harmonies of #74FFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFA2

Black with #74FFA2

Text Example


Text Example

White with #74FFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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