Html Css Color HEX #9EF5DF Magic Mint

📋 copy color: '#9EF5DF'

red 158 ◦ green 245 ◦ blue 223

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

Shades of Magic Mint #9EF5DF

Tints of Magic Mint #9EF5DF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.14%

 BLUE value IS 223 (87.5% from 255) = 35.62%

R = 25.24%
G = 39.14%
B = 35.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#9EF5DF (or 0x9EF5DF) is known color: Magic Mint. HEX triplet: 9E, F5 and DF. RGB value is (158,245,223). Sum of RGB (Red+Green+Blue) = 158+245+223=626 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.24% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #9EF5DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF5DF is #610A20. Grayscale: #D8D8D8. Windows color (decimal): -6359585 or 14677406. OLE color: 14677406.

HSL color Cylindrical-coordinate representation of color #9EF5DF: hue angle of 164.83º degrees, saturation: 0.81, 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 #9EF5DF is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 245 223 -
CMYK 0.36 0 0.09 0.04
HSL 164.83º 0.81% 0.79% -
HSV(B) 164.83º 0.36% 0.96% -
XYZ 60.07 77.9 81.68 -
YUV 216.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 158 245 223 0.36 0 0.09 0.04 164.83 0.81 0.79
Hex 9E F5 DF 24 0 9 4 A5 51 4F
Octal 236 365 337 44 0 11 4 245 121 117
Binary 10011110 11110101 11011111 100100 0 1001 100 10100101 1010001 1001111

Color Harmonies of #9EF5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF5DF

Black with #9EF5DF

Text Example


Text Example

White with #9EF5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,245,223); }

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

background-color css

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

 a { background-color: rgb(158,245,223); }

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

border-color css

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

 span { border-color: rgb(158,245,223); }

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