Html Css Color HEX #9EE1C5 Magic Mint

📋 copy color: '#9EE1C5'

red 158 ◦ green 225 ◦ blue 197

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

Shades of Magic Mint #9EE1C5

Tints of Magic Mint #9EE1C5

RGB

 RED value IS 158 (62.11% from 255) = 27.24%

 GREEN value IS 225 (88.28% from 255) = 38.79%

 BLUE value IS 197 (77.34% from 255) = 33.97%

R = 27.24%
G = 38.79%
B = 33.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#9EE1C5 (or 0x9EE1C5) is known color: Magic Mint. HEX triplet: 9E, E1 and C5. RGB value is (158,225,197). Sum of RGB (Red+Green+Blue) = 158+225+197=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1C5 is #611E3A. Grayscale: #C9C9C9. Windows color (decimal): -6364731 or 12968350. OLE color: 12968350.

HSL color Cylindrical-coordinate representation of color #9EE1C5: hue angle of 154.93º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1C5 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 225 197 -
CMYK 0.30 0 0.12 0.12
HSL 154.93º 0.53% 0.75% -
HSV(B) 154.93º 0.3% 0.88% -
XYZ 51.1 65.15 62.71 -
YUV 201.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 158 225 197 0.30 0 0.12 0.12 154.93 0.53 0.75
Hex 9E E1 C5 1E 0 C C 9B 35 4B
Octal 236 341 305 36 0 14 14 233 65 113
Binary 10011110 11100001 11000101 11110 0 1100 1100 10011011 110101 1001011

Color Harmonies of #9EE1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE1C5

Black with #9EE1C5

Text Example


Text Example

White with #9EE1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EE1C5; }

 p { color: rgb(158,225,197); }

 H1.HeaderClassName
 {
   color: #9EE1C5;
 }
 .AnyTagClassName
 {
   color: #9EE1C5;
 }
</style>

background-color css

<style>
 a { background-color: #9EE1C5; }

 a { background-color: rgb(158,225,197); }

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

border-color css

<style>
 span { border-color: #9EE1C5; }

 span { border-color: rgb(158,225,197); }

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