Html Css Color HEX #9EFCDD Magic Mint

📋 copy color: '#9EFCDD'

red 158 ◦ green 252 ◦ blue 221

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

Shades of Magic Mint #9EFCDD

Tints of Magic Mint #9EFCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.02%

R = 25.04%
G = 39.94%
B = 35.02%

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

#9EFCDD (or 0x9EFCDD) is known color: Magic Mint. HEX triplet: 9E, FC and DD. RGB value is (158,252,221). Sum of RGB (Red+Green+Blue) = 158+252+221=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCDD is #610322. Grayscale: #DCDCDC. Windows color (decimal): -6357795 or 14548126. OLE color: 14548126.

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

Color convert

RGB 158 252 221 -
CMYK 0.37 0 0.12 0.01
HSL 160.21º 0.94% 0.8% -
HSV(B) 160.21º 0.37% 0.99% -
XYZ 61.96 82.11 80.99 -
YUV 220.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 158 252 221 0.37 0 0.12 0.01 160.21 0.94 0.8
Hex 9E FC DD 25 0 C 1 A0 5E 50
Octal 236 374 335 45 0 14 1 240 136 120
Binary 10011110 11111100 11011101 100101 0 1100 1 10100000 1011110 1010000

Color Harmonies of #9EFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFCDD

Black with #9EFCDD

Text Example


Text Example

White with #9EFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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