Html Css Color HEX #94FDA6 Mint Green

📋 copy color: '#94FDA6'

red 148 ◦ green 253 ◦ blue 166

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

Shades of Mint Green #94FDA6

Tints of Mint Green #94FDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.28%

R = 26.1%
G = 44.62%
B = 29.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#94FDA6 (or 0x94FDA6) is known color: Mint Green. HEX triplet: 94, FD and A6. RGB value is (148,253,166). Sum of RGB (Red+Green+Blue) = 148+253+166=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FDA6 is #6B0259. Grayscale: #D3D3D3. Windows color (decimal): -7012954 or 10943892. OLE color: 10943892.

HSL color Cylindrical-coordinate representation of color #94FDA6: hue angle of 130.29º 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 #94FDA6 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 253 166 -
CMYK 0.42 0 0.34 0.01
HSL 130.29º 0.96% 0.79% -
HSV(B) 130.29º 0.42% 0.99% -
XYZ 54.22 79.3 48.53 -
YUV 211.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 148 253 166 0.42 0 0.34 0.01 130.29 0.96 0.79
Hex 94 FD A6 2A 0 22 1 82 60 4F
Octal 224 375 246 52 0 42 1 202 140 117
Binary 10010100 11111101 10100110 101010 0 100010 1 10000010 1100000 1001111

Color Harmonies of #94FDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FDA6

Black with #94FDA6

Text Example


Text Example

White with #94FDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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