#98EBCB

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

Shades of Magic Mint #98EBCB

Tints of Magic Mint #98EBCB

Color information

#98EBCB (or 0x98EBCB) is unknown color: approx Magic Mint. HEX triplet: 98, EB and CB. RGB value is (152,235,203). Sum of RGB (Red+Green+Blue) = 152+235+203=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBCB is #671434. Grayscale: #CECECE. Windows color (decimal): -6755381 or 13364120. OLE color: 13364120.

HSL color Cylindrical-coordinate representation of color #98EBCB: hue angle of 156.87º 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 #98EBCB is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB152235203-
CMYK0.3500.140.08
HSL156.87º67.48%75.88%-
HSV(B)156.87º35.32%92.16%-
XYZ53.4470.467.27-
YUV206.5412689.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.76%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=25.76%
G=39.83%
B=34.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522352030.3500.140.08156.8767.4875.88
Hex98EBCB230E89d434c
Octal2303533134301610235103114
Binary1001100011101011110010111000110111010001001110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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