#98EBC3

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

Shades of Magic Mint #98EBC3

Tints of Magic Mint #98EBC3

Color information

#98EBC3 (or 0x98EBC3) is unknown color: approx Magic Mint. HEX triplet: 98, EB and C3. RGB value is (152,235,195). Sum of RGB (Red+Green+Blue) = 152+235+195=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBC3 is #67143C. Grayscale: #CDCDCD. Windows color (decimal): -6755389 or 12839832. OLE color: 12839832.

HSL color Cylindrical-coordinate representation of color #98EBC3: hue angle of 151.08º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EBC3 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB152235195-
CMYK0.3500.170.08
HSL151.08º67.48%75.88%-
HSV(B)151.08º35.32%92.16%-
XYZ52.5170.0362.38-
YUV205.6212289.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.12%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 195 (76.56% from 255) = 33.51%
R=26.12%
G=40.38%
B=33.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522351950.3500.170.08151.0867.4875.88
Hex98EBC323011897434c
Octal2303533034302110227103114
Binary10011000111010111100001110001101000110001001011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,235,195); }

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

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

 a { background-color: rgb(152,235,195); }

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

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

 span { border-color: rgb(152,235,195); }

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