Html Css Color HEX #98EAC1 Magic Mint

📋 copy color: '#98EAC1'

red 152 ◦ green 234 ◦ blue 193

#98EAC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #98EAC1

Tints of Magic Mint #98EAC1

RGB

 RED value IS 152 (59.77% from 255) = 26.25%

 GREEN value IS 234 (91.8% from 255) = 40.41%

 BLUE value IS 193 (75.78% from 255) = 33.33%

R = 26.25%
G = 40.41%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#98EAC1 (or 0x98EAC1) is known color: Magic Mint. HEX triplet: 98, EA and C1. RGB value is (152,234,193). Sum of RGB (Red+Green+Blue) = 152+234+193=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAC1 is #67153E. Grayscale: #CCCCCC. Windows color (decimal): -6755647 or 12708504. OLE color: 12708504.

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

Color convert

RGB 152 234 193 -
CMYK 0.35 0 0.18 0.08
HSL 150º 0.66% 0.76% -
HSV(B) 150º 0.35% 0.92% -
XYZ 52 69.37 61.1 -
YUV 204.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 152 234 193 0.35 0 0.18 0.08 150 0.66 0.76
Hex 98 EA C1 23 0 12 8 96 42 4C
Octal 230 352 301 43 0 22 10 226 102 114
Binary 10011000 11101010 11000001 100011 0 10010 1000 10010110 1000010 1001100

Color Harmonies of #98EAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EAC1

Black with #98EAC1

Text Example


Text Example

White with #98EAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98EAC1;
 }
 .AnyTagClassName
 {
   color: #98EAC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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