#98FECA

Color #98FECA Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #98FECA

Tints of Magic Mint #98FECA

Color information

#98FECA (or 0x98FECA) is unknown color: approx Magic Mint. HEX triplet: 98, FE and CA. RGB value is (152,254,202). Sum of RGB (Red+Green+Blue) = 152+254+202=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #98FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FECA is #670135. Grayscale: #D9D9D9. Windows color (decimal): -6750518 or 13303448. OLE color: 13303448.

HSL color Cylindrical-coordinate representation of color #98FECA: hue angle of 149.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FECA is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB152254202-
CMYK0.4000.200.00
HSL149.41º98.08%79.61%-
HSV(B)149.41º40.16%99.61%-
XYZ59.0581.8268.56-
YUV217.57119.2181.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=25%
G=41.78%
B=33.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522542020.4000.200.00149.4198.0879.61
Hex98FECA280140956250
Octal230376312500240225142120
Binary10011000111111101100101010100001010001001010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98FECA; }

 p { color: rgb(152,254,202); }

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

<style>
 a { background-color: #98FECA; }

 a { background-color: rgb(152,254,202); }

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

<style>
 span { border-color: #98FECA; }

 span { border-color: rgb(152,254,202); }

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