#98EDCC

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

Shades of Magic Mint #98EDCC

Tints of Magic Mint #98EDCC

Color information

#98EDCC (or 0x98EDCC) is unknown color: approx Magic Mint. HEX triplet: 98, ED and CC. RGB value is (152,237,204). Sum of RGB (Red+Green+Blue) = 152+237+204=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDCC is #671233. Grayscale: #CFCFCF. Windows color (decimal): -6754868 or 13430168. OLE color: 13430168.

HSL color Cylindrical-coordinate representation of color #98EDCC: hue angle of 156.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EDCC is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB152237204-
CMYK0.3600.140.07
HSL156.71º70.25%76.27%-
HSV(B)156.71º35.86%92.94%-
XYZ54.1371.668.09-
YUV207.82125.8488.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.63%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=25.63%
G=39.97%
B=34.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522372040.3600.140.07156.7170.2576.27
Hex98EDCC240E79d464c
Octal230355314440167235106114
Binary100110001110110111001100100100011101111001110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,237,204); }

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

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

 a { background-color: rgb(152,237,204); }

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

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

 span { border-color: rgb(152,237,204); }

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