#98FFC0

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

Shades of Magic Mint #98FFC0

Tints of Magic Mint #98FFC0

Color information

#98FFC0 (or 0x98FFC0) is unknown color: approx Magic Mint. HEX triplet: 98, FF and C0. RGB value is (152,255,192). Sum of RGB (Red+Green+Blue) = 152+255+192=599 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.38% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFC0 is #67003F. Grayscale: #D9D9D9. Windows color (decimal): -6750272 or 12648344. OLE color: 12648344.

HSL color Cylindrical-coordinate representation of color #98FFC0: hue angle of 143.3º 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 #98FFC0 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB152255192-
CMYK0.4000.250
HSL143.3º100%79.8%-
HSV(B)143.3º40.39%100%-
XYZ58.228262.63-
YUV217.02113.8881.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.38%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=25.38%
G=42.57%
B=32.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522551920.4000.250143.310079.8
Hex98FFC02801908f6450
Octal230377300500310217144120
Binary10011000111111111100000010100001100101000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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