Html Css Color HEX #9EFCDE Magic Mint

📋 copy color: '#9EFCDE'

red 158 ◦ green 252 ◦ blue 222

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

Shades of Magic Mint #9EFCDE

Tints of Magic Mint #9EFCDE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.87%

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

R = 25%
G = 39.87%
B = 35.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#9EFCDE (or 0x9EFCDE) is known color: Magic Mint. HEX triplet: 9E, FC and DE. RGB value is (158,252,222). Sum of RGB (Red+Green+Blue) = 158+252+222=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCDE is #610321. Grayscale: #DCDCDC. Windows color (decimal): -6357794 or 14613662. OLE color: 14613662.

HSL color Cylindrical-coordinate representation of color #9EFCDE: hue angle of 160.85º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCDE is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 252 222 -
CMYK 0.37 0 0.12 0.01
HSL 160.85º 0.94% 0.8% -
HSV(B) 160.85º 0.37% 0.99% -
XYZ 62.1 82.16 81.69 -
YUV 220.47 128.86 83.44 -
System Red Green Blue C M Y K H S L
Decimal 158 252 222 0.37 0 0.12 0.01 160.85 0.94 0.8
Hex 9E FC DE 25 0 C 1 A1 5E 50
Octal 236 374 336 45 0 14 1 241 136 120
Binary 10011110 11111100 11011110 100101 0 1100 1 10100001 1011110 1010000

Color Harmonies of #9EFCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFCDE

Black with #9EFCDE

Text Example


Text Example

White with #9EFCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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