Html Css Color HEX #9EF9E0 Magic Mint

📋 copy color: '#9EF9E0'

red 158 ◦ green 249 ◦ blue 224

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

Shades of Magic Mint #9EF9E0

Tints of Magic Mint #9EF9E0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.46%

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 25.04%
G = 39.46%
B = 35.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#9EF9E0 (or 0x9EF9E0) is known color: Magic Mint. HEX triplet: 9E, F9 and E0. RGB value is (158,249,224). Sum of RGB (Red+Green+Blue) = 158+249+224=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF9E0 is #61061F. Grayscale: #DADADA. Windows color (decimal): -6358560 or 14743966. OLE color: 14743966.

HSL color Cylindrical-coordinate representation of color #9EF9E0: hue angle of 163.52º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9E0 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 249 224 -
CMYK 0.37 0 0.10 0.02
HSL 163.52º 0.88% 0.8% -
HSV(B) 163.52º 0.37% 0.98% -
XYZ 61.43 80.4 82.8 -
YUV 218.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 158 249 224 0.37 0 0.10 0.02 163.52 0.88 0.8
Hex 9E F9 E0 25 0 A 2 A4 58 50
Octal 236 371 340 45 0 12 2 244 130 120
Binary 10011110 11111001 11100000 100101 0 1010 10 10100100 1011000 1010000

Color Harmonies of #9EF9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF9E0

Black with #9EF9E0

Text Example


Text Example

White with #9EF9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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