#98F9CF

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

Shades of Magic Mint #98F9CF

Tints of Magic Mint #98F9CF

Color information

#98F9CF (or 0x98F9CF) is unknown color: approx Magic Mint. HEX triplet: 98, F9 and CF. RGB value is (152,249,207). Sum of RGB (Red+Green+Blue) = 152+249+207=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #98F9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F9CF is #670630. Grayscale: #D7D7D7. Windows color (decimal): -6751793 or 13629848. OLE color: 13629848.

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

Color convert

RGB152249207-
CMYK0.3900.170.02
HSL154.02º88.99%78.63%-
HSV(B)154.02º38.96%97.65%-
XYZ58.0978.9371.21-
YUV215.21123.3682.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25%
GREEN value IS 249 (97.66% from 255) = 40.95%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=25%
G=40.95%
B=34.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522492070.3900.170.02154.0288.9978.63
Hex98F9CF2701129a594f
Octal230371317470212232131117
Binary100110001111100111001111100111010001101001101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,249,207); }

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

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

 a { background-color: rgb(152,249,207); }

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

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

 span { border-color: rgb(152,249,207); }

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