#98EAC4

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

Shades of Magic Mint #98EAC4

Tints of Magic Mint #98EAC4

Color information

#98EAC4 (or 0x98EAC4) is unknown color: approx Magic Mint. HEX triplet: 98, EA and C4. RGB value is (152,234,196). Sum of RGB (Red+Green+Blue) = 152+234+196=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAC4 is #67153B. Grayscale: #CDCDCD. Windows color (decimal): -6755644 or 12905112. OLE color: 12905112.

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

Color convert

RGB152234196-
CMYK0.3500.160.08
HSL152.2º66.13%75.69%-
HSV(B)152.2º35.04%91.76%-
XYZ52.3469.5162.88-
YUV205.15122.8390.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.12%
GREEN value IS 234 (91.80% from 255) = 40.21%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=26.12%
G=40.21%
B=33.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522341960.3500.160.08152.266.1375.69
Hex98EAC423010898424c
Octal2303523044302010230102114
Binary10011000111010101100010010001101000010001001100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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