Html Css Color HEX #9EFCDF Magic Mint

📋 copy color: '#9EFCDF'

red 158 ◦ green 252 ◦ blue 223

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

Shades of Magic Mint #9EFCDF

Tints of Magic Mint #9EFCDF

RGB

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

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

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

R = 24.96%
G = 39.81%
B = 35.23%

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

#9EFCDF (or 0x9EFCDF) is known color: Magic Mint. HEX triplet: 9E, FC and DF. RGB value is (158,252,223). Sum of RGB (Red+Green+Blue) = 158+252+223=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCDF is #610320. Grayscale: #DCDCDC. Windows color (decimal): -6357793 or 14679198. OLE color: 14679198.

HSL color Cylindrical-coordinate representation of color #9EFCDF: hue angle of 161.49º 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 #9EFCDF is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 252 223 -
CMYK 0.37 0 0.12 0.01
HSL 161.49º 0.94% 0.8% -
HSV(B) 161.49º 0.37% 0.99% -
XYZ 62.23 82.22 82.4 -
YUV 220.59 129.36 83.36 -
System Red Green Blue C M Y K H S L
Decimal 158 252 223 0.37 0 0.12 0.01 161.49 0.94 0.8
Hex 9E FC DF 25 0 C 1 A1 5E 50
Octal 236 374 337 45 0 14 1 241 136 120
Binary 10011110 11111100 11011111 100101 0 1100 1 10100001 1011110 1010000

Color Harmonies of #9EFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFCDF

Black with #9EFCDF

Text Example


Text Example

White with #9EFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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