#94FDAD

Color #94FDAD Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #94FDAD

Tints of Mint Green #94FDAD

Color information

#94FDAD (or 0x94FDAD) is unknown color: approx Mint Green. HEX triplet: 94, FD and AD. RGB value is (148,253,173). Sum of RGB (Red+Green+Blue) = 148+253+173=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FDAD is #6B0252. Grayscale: #D4D4D4. Windows color (decimal): -7012947 or 11402644. OLE color: 11402644.

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

Color convert

RGB148253173-
CMYK0.4200.320.01
HSL134.29º96.33%78.63%-
HSV(B)134.29º41.5%99.22%-
XYZ54.8879.5652-
YUV212.48105.7182-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.78%
GREEN value IS 253 (99.22% from 255) = 44.08%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=25.78%
G=44.08%
B=30.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482531730.4200.320.01134.2996.3378.63
Hex94FDAD2A020186604f
Octal224375255520401206140117
Binary100101001111110110101101101010010000011000011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94FDAD;
 }
 .AnyTagClassName
 {
   color: #94FDAD;
 }
</style>
background-color css

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

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

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

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

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

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