#98FAD3

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

Shades of Magic Mint #98FAD3

Tints of Magic Mint #98FAD3

Color information

#98FAD3 (or 0x98FAD3) is unknown color: approx Magic Mint. HEX triplet: 98, FA and D3. RGB value is (152,250,211). Sum of RGB (Red+Green+Blue) = 152+250+211=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FAD3 is #67052C. Grayscale: #D8D8D8. Windows color (decimal): -6751533 or 13892248. OLE color: 13892248.

HSL color Cylindrical-coordinate representation of color #98FAD3: hue angle of 156.12º degrees, saturation: 0.91, 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 #98FAD3 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB152250211-
CMYK0.3900.160.02
HSL156.12º90.74%78.82%-
HSV(B)156.12º39.2%98.04%-
XYZ58.8979.7573.92-
YUV216.25125.0382.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.80%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=24.80%
G=40.78%
B=34.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522502110.3900.160.02156.1290.7478.82
Hex98FAD32701029c5b4f
Octal230372323470202234133117
Binary100110001111101011010011100111010000101001110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,250,211); }

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

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

 a { background-color: rgb(152,250,211); }

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

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

 span { border-color: rgb(152,250,211); }

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