#98FACD

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

Shades of Magic Mint #98FACD

Tints of Magic Mint #98FACD

Color information

#98FACD (or 0x98FACD) is unknown color: approx Magic Mint. HEX triplet: 98, FA and CD. RGB value is (152,250,205). Sum of RGB (Red+Green+Blue) = 152+250+205=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #98FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FACD is #670532. Grayscale: #D7D7D7. Windows color (decimal): -6751539 or 13499032. OLE color: 13499032.

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

Color convert

RGB152250205-
CMYK0.3900.180.02
HSL152.45º90.74%78.82%-
HSV(B)152.45º39.2%98.04%-
XYZ58.1579.4570.03-
YUV215.57122.0382.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.04%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=25.04%
G=41.19%
B=33.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522502050.3900.180.02152.4590.7478.82
Hex98FACD270122985b4f
Octal230372315470222230133117
Binary100110001111101011001101100111010010101001100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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