Html Css Color HEX #9EE0C8 Magic Mint

📋 copy color: '#9EE0C8'

red 158 ◦ green 224 ◦ blue 200

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

Shades of Magic Mint #9EE0C8

Tints of Magic Mint #9EE0C8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.49%

 BLUE value IS 200 (78.52% from 255) = 34.36%

R = 27.15%
G = 38.49%
B = 34.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#9EE0C8 (or 0x9EE0C8) is known color: Magic Mint. HEX triplet: 9E, E0 and C8. RGB value is (158,224,200). Sum of RGB (Red+Green+Blue) = 158+224+200=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE0C8 is #611F37. Grayscale: #C9C9C9. Windows color (decimal): -6364984 or 13164702. OLE color: 13164702.

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

Color convert

RGB 158 224 200 -
CMYK 0.29 0 0.11 0.12
HSL 158.18º 0.52% 0.75% -
HSV(B) 158.18º 0.29% 0.88% -
XYZ 51.18 64.75 64.44 -
YUV 201.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 158 224 200 0.29 0 0.11 0.12 158.18 0.52 0.75
Hex 9E E0 C8 1D 0 B C 9E 34 4B
Octal 236 340 310 35 0 13 14 236 64 113
Binary 10011110 11100000 11001000 11101 0 1011 1100 10011110 110100 1001011

Color Harmonies of #9EE0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0C8

Black with #9EE0C8

Text Example


Text Example

White with #9EE0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,224,200); }

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

background-color css

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

 a { background-color: rgb(158,224,200); }

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

border-color css

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

 span { border-color: rgb(158,224,200); }

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