Html Css Color HEX #9EF6DE Magic Mint

📋 copy color: '#9EF6DE'

red 158 ◦ green 246 ◦ blue 222

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

Shades of Magic Mint #9EF6DE

Tints of Magic Mint #9EF6DE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.3%

 BLUE value IS 222 (87.11% from 255) = 35.46%

R = 25.24%
G = 39.3%
B = 35.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#9EF6DE (or 0x9EF6DE) is known color: Magic Mint. HEX triplet: 9E, F6 and DE. RGB value is (158,246,222). Sum of RGB (Red+Green+Blue) = 158+246+222=626 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.24% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #9EF6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF6DE is #610921. Grayscale: #D8D8D8. Windows color (decimal): -6359330 or 14612126. OLE color: 14612126.

HSL color Cylindrical-coordinate representation of color #9EF6DE: hue angle of 163.64º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF6DE is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 246 222 -
CMYK 0.36 0 0.10 0.04
HSL 163.64º 0.83% 0.79% -
HSV(B) 163.64º 0.36% 0.96% -
XYZ 60.24 78.45 81.08 -
YUV 216.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 158 246 222 0.36 0 0.10 0.04 163.64 0.83 0.79
Hex 9E F6 DE 24 0 A 4 A4 53 4F
Octal 236 366 336 44 0 12 4 244 123 117
Binary 10011110 11110110 11011110 100100 0 1010 100 10100100 1010011 1001111

Color Harmonies of #9EF6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF6DE

Black with #9EF6DE

Text Example


Text Example

White with #9EF6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,246,222); }

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

background-color css

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

 a { background-color: rgb(158,246,222); }

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

border-color css

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

 span { border-color: rgb(158,246,222); }

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