#98EECD

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

Shades of Magic Mint #98EECD

Tints of Magic Mint #98EECD

Color information

#98EECD (or 0x98EECD) is unknown color: approx Magic Mint. HEX triplet: 98, EE and CD. RGB value is (152,238,205). Sum of RGB (Red+Green+Blue) = 152+238+205=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #98EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EECD is #671132. Grayscale: #D0D0D0. Windows color (decimal): -6754611 or 13495960. OLE color: 13495960.

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

Color convert

RGB152238205-
CMYK0.3600.140.07
HSL156.98º71.67%76.47%-
HSV(B)156.98º36.13%93.33%-
XYZ54.5472.2368.83-
YUV208.52126.0187.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.55%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=25.55%
G=40%
B=34.45%

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
Decimal1522382050.3600.140.07156.9871.6776.47
Hex98EECD240E79d484c
Octal230356315440167235110114
Binary100110001110111011001101100100011101111001110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,238,205); }

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

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

 a { background-color: rgb(152,238,205); }

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

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

 span { border-color: rgb(152,238,205); }

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