#98EFCF

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

Shades of Magic Mint #98EFCF

Tints of Magic Mint #98EFCF

Color information

#98EFCF (or 0x98EFCF) is unknown color: approx Magic Mint. HEX triplet: 98, EF and CF. RGB value is (152,239,207). Sum of RGB (Red+Green+Blue) = 152+239+207=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EFCF is #671030. Grayscale: #D1D1D1. Windows color (decimal): -6754353 or 13627288. OLE color: 13627288.

HSL color Cylindrical-coordinate representation of color #98EFCF: hue angle of 157.93º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFCF is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB152239207-
CMYK0.3600.130.06
HSL157.93º73.11%76.67%-
HSV(B)157.93º36.4%93.73%-
XYZ55.0872.9170.2-
YUV209.34126.6887.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.42%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=25.42%
G=39.97%
B=34.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522392070.3600.130.06157.9373.1176.67
Hex98EFCF240D69e494d
Octal230357317440156236111115
Binary100110001110111111001111100100011011101001111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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