#98FFCB

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

Shades of Magic Mint #98FFCB

Tints of Magic Mint #98FFCB

Color information

#98FFCB (or 0x98FFCB) is unknown color: approx Magic Mint. HEX triplet: 98, FF and CB. RGB value is (152,255,203). Sum of RGB (Red+Green+Blue) = 152+255+203=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFCB is #670034. Grayscale: #DADADA. Windows color (decimal): -6750261 or 13369240. OLE color: 13369240.

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

Color convert

RGB152255203-
CMYK0.4000.200
HSL149.71º100%79.8%-
HSV(B)149.71º40.39%100%-
XYZ59.4982.5169.29-
YUV218.28119.3880.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.92%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=24.92%
G=41.80%
B=33.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522552030.4000.200149.7110079.8
Hex98FFCB280140966450
Octal230377313500240226144120
Binary10011000111111111100101110100001010001001011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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