#98FCCD

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

Shades of Magic Mint #98FCCD

Tints of Magic Mint #98FCCD

Color information

#98FCCD (or 0x98FCCD) is unknown color: approx Magic Mint. HEX triplet: 98, FC and CD. RGB value is (152,252,205). Sum of RGB (Red+Green+Blue) = 152+252+205=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FCCD is #670332. Grayscale: #D8D8D8. Windows color (decimal): -6751027 or 13499544. OLE color: 13499544.

HSL color Cylindrical-coordinate representation of color #98FCCD: hue angle of 151.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCCD is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB152252205-
CMYK0.4000.190.01
HSL151.8º94.34%79.22%-
HSV(B)151.8º39.68%98.82%-
XYZ58.7880.770.24-
YUV216.74121.3781.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.96%
GREEN value IS 252 (98.83% from 255) = 41.38%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=24.96%
G=41.38%
B=33.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522522050.4000.190.01151.894.3479.22
Hex98FCCD280131985e4f
Octal230374315500231230136117
Binary10011000111111001100110110100001001111001100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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