Html Css Color HEX #9EE6CE Magic Mint

📋 copy color: '#9EE6CE'

red 158 ◦ green 230 ◦ blue 206

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

Shades of Magic Mint #9EE6CE

Tints of Magic Mint #9EE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.72%

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 26.6%
G = 38.72%
B = 34.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#9EE6CE (or 0x9EE6CE) is known color: Magic Mint. HEX triplet: 9E, E6 and CE. RGB value is (158,230,206). Sum of RGB (Red+Green+Blue) = 158+230+206=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE6CE is #611931. Grayscale: #CDCDCD. Windows color (decimal): -6363442 or 13559454. OLE color: 13559454.

HSL color Cylindrical-coordinate representation of color #9EE6CE: hue angle of 160º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE6CE is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 230 206 -
CMYK 0.31 0 0.10 0.10
HSL 160º 0.59% 0.76% -
HSV(B) 160º 0.31% 0.9% -
XYZ 53.54 68.32 68.76 -
YUV 205.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 158 230 206 0.31 0 0.10 0.10 160 0.59 0.76
Hex 9E E6 CE 1F 0 A A A0 3B 4C
Octal 236 346 316 37 0 12 12 240 73 114
Binary 10011110 11100110 11001110 11111 0 1010 1010 10100000 111011 1001100

Color Harmonies of #9EE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE6CE

Black with #9EE6CE

Text Example


Text Example

White with #9EE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,230,206); }

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

background-color css

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

 a { background-color: rgb(158,230,206); }

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

border-color css

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

 span { border-color: rgb(158,230,206); }

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