Html Css Color HEX #94FDAB Mint Green

📋 copy color: '#94FDAB'

red 148 ◦ green 253 ◦ blue 171

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

Shades of Mint Green #94FDAB

Tints of Mint Green #94FDAB

RGB

 RED value IS 148 (58.2% from 255) = 25.87%

 GREEN value IS 253 (99.22% from 255) = 44.23%

 BLUE value IS 171 (67.19% from 255) = 29.9%

R = 25.87%
G = 44.23%
B = 29.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#94FDAB (or 0x94FDAB) is known color: Mint Green. HEX triplet: 94, FD and AB. RGB value is (148,253,171). Sum of RGB (Red+Green+Blue) = 148+253+171=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FDAB is #6B0254. Grayscale: #D4D4D4. Windows color (decimal): -7012949 or 11271572. OLE color: 11271572.

HSL color Cylindrical-coordinate representation of color #94FDAB: hue angle of 133.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDAB is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 253 171 -
CMYK 0.42 0 0.32 0.01
HSL 133.14º 0.96% 0.79% -
HSV(B) 133.14º 0.42% 0.99% -
XYZ 54.69 79.49 50.99 -
YUV 212.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 148 253 171 0.42 0 0.32 0.01 133.14 0.96 0.79
Hex 94 FD AB 2A 0 20 1 85 60 4F
Octal 224 375 253 52 0 40 1 205 140 117
Binary 10010100 11111101 10101011 101010 0 100000 1 10000101 1100000 1001111

Color Harmonies of #94FDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FDAB

Black with #94FDAB

Text Example


Text Example

White with #94FDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94FDAB; }

 p { color: rgb(148,253,171); }

 H1.HeaderClassName
 {
   color: #94FDAB;
 }
 .AnyTagClassName
 {
   color: #94FDAB;
 }
</style>

background-color css

<style>
 a { background-color: #94FDAB; }

 a { background-color: rgb(148,253,171); }

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

border-color css

<style>
 span { border-color: #94FDAB; }

 span { border-color: rgb(148,253,171); }

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