#98EDD2

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

Shades of Magic Mint #98EDD2

Tints of Magic Mint #98EDD2

Color information

#98EDD2 (or 0x98EDD2) is unknown color: approx Magic Mint. HEX triplet: 98, ED and D2. RGB value is (152,237,210). Sum of RGB (Red+Green+Blue) = 152+237+210=599 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.38% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDD2 is #67122D. Grayscale: #D0D0D0. Windows color (decimal): -6754862 or 13823384. OLE color: 13823384.

HSL color Cylindrical-coordinate representation of color #98EDD2: hue angle of 160.94º 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 #98EDD2 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB152237210-
CMYK0.3600.110.07
HSL160.94º70.25%76.27%-
HSV(B)160.94º35.86%92.94%-
XYZ54.8771.971.96-
YUV208.51128.8487.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.38%
GREEN value IS 237 (92.97% from 255) = 39.57%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=25.38%
G=39.57%
B=35.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522372100.3600.110.07160.9470.2576.27
Hex98EDD2240B7a1464c
Octal230355322440137241106114
Binary100110001110110111010010100100010111111010000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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