#98F9CA

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

Shades of Magic Mint #98F9CA

Tints of Magic Mint #98F9CA

Color information

#98F9CA (or 0x98F9CA) is unknown color: approx Magic Mint. HEX triplet: 98, F9 and CA. RGB value is (152,249,202). Sum of RGB (Red+Green+Blue) = 152+249+202=603 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.21% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #98F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F9CA is #670635. Grayscale: #D6D6D6. Windows color (decimal): -6751798 or 13302168. OLE color: 13302168.

HSL color Cylindrical-coordinate representation of color #98F9CA: hue angle of 150.93º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F9CA is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB152249202-
CMYK0.3900.190.02
HSL150.93º88.99%78.63%-
HSV(B)150.93º38.96%97.65%-
XYZ57.4978.6968.04-
YUV214.64120.8683.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.21%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=25.21%
G=41.29%
B=33.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522492020.3900.190.02150.9388.9978.63
Hex98F9CA27013297594f
Octal230371312470232227131117
Binary100110001111100111001010100111010011101001011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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