#98EACD

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

Shades of Magic Mint #98EACD

Tints of Magic Mint #98EACD

Color information

#98EACD (or 0x98EACD) is unknown color: approx Magic Mint. HEX triplet: 98, EA and CD. RGB value is (152,234,205). Sum of RGB (Red+Green+Blue) = 152+234+205=591 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.72% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #98EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EACD is #671532. Grayscale: #CECECE. Windows color (decimal): -6755635 or 13494936. OLE color: 13494936.

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

Color convert

RGB152234205-
CMYK0.3500.120.08
HSL158.78º66.13%75.69%-
HSV(B)158.78º35.04%91.76%-
XYZ53.3969.9368.44-
YUV206.18127.3389.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.72%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=25.72%
G=39.59%
B=34.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522342050.3500.120.08158.7866.1375.69
Hex98EACD230C89f424c
Octal2303523154301410237102114
Binary1001100011101010110011011000110110010001001111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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