#98FBDC

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

Shades of Magic Mint #98FBDC

Tints of Magic Mint #98FBDC

Color information

#98FBDC (or 0x98FBDC) is unknown color: approx Magic Mint. HEX triplet: 98, FB and DC. RGB value is (152,251,220). Sum of RGB (Red+Green+Blue) = 152+251+220=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FBDC is #670423. Grayscale: #D9D9D9. Windows color (decimal): -6751268 or 14482328. OLE color: 14482328.

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

Color convert

RGB152251220-
CMYK0.3900.120.02
HSL161.21º92.52%79.02%-
HSV(B)161.21º39.44%98.43%-
XYZ60.3680.8480.13-
YUV217.86129.281.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.40%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=24.40%
G=40.29%
B=35.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522512200.3900.120.02161.2192.5279.02
Hex98FBDC270C2a15d4f
Octal230373334470142241135117
Binary10011000111110111101110010011101100101010000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,251,220); }

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

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

 a { background-color: rgb(152,251,220); }

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

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

 span { border-color: rgb(152,251,220); }

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