#98FFCA

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

Shades of Magic Mint #98FFCA

Tints of Magic Mint #98FFCA

Color information

#98FFCA (or 0x98FFCA) is unknown color: approx Magic Mint. HEX triplet: 98, FF and CA. RGB value is (152,255,202). Sum of RGB (Red+Green+Blue) = 152+255+202=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFCA is #670035. Grayscale: #DADADA. Windows color (decimal): -6750262 or 13303704. OLE color: 13303704.

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

Color convert

RGB152255202-
CMYK0.4000.210
HSL149.13º100%79.8%-
HSV(B)149.13º40.39%100%-
XYZ59.3782.4668.66-
YUV218.16118.8880.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.96%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=24.96%
G=41.87%
B=33.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522552020.4000.210149.1310079.8
Hex98FFCA280150956450
Octal230377312500250225144120
Binary10011000111111111100101010100001010101001010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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