Html Css Color HEX #9EF1DB Magic Mint

📋 copy color: '#9EF1DB'

red 158 ◦ green 241 ◦ blue 219

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

Shades of Magic Mint #9EF1DB

Tints of Magic Mint #9EF1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39%

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 25.57%
G = 39%
B = 35.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#9EF1DB (or 0x9EF1DB) is known color: Magic Mint. HEX triplet: 9E, F1 and DB. RGB value is (158,241,219). Sum of RGB (Red+Green+Blue) = 158+241+219=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1DB is #610E24. Grayscale: #D5D5D5. Windows color (decimal): -6360613 or 14414238. OLE color: 14414238.

HSL color Cylindrical-coordinate representation of color #9EF1DB: hue angle of 164.1º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF1DB is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 241 219 -
CMYK 0.34 0 0.09 0.05
HSL 164.1º 0.75% 0.78% -
HSV(B) 164.1º 0.34% 0.95% -
XYZ 58.34 75.29 78.48 -
YUV 213.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 158 241 219 0.34 0 0.09 0.05 164.1 0.75 0.78
Hex 9E F1 DB 22 0 9 5 A4 4B 4E
Octal 236 361 333 42 0 11 5 244 113 116
Binary 10011110 11110001 11011011 100010 0 1001 101 10100100 1001011 1001110

Color Harmonies of #9EF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF1DB

Black with #9EF1DB

Text Example


Text Example

White with #9EF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,241,219); }

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

background-color css

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

 a { background-color: rgb(158,241,219); }

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

border-color css

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

 span { border-color: rgb(158,241,219); }

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