Html Css Color HEX #9EFBD5 Magic Mint

📋 copy color: '#9EFBD5'

red 158 ◦ green 251 ◦ blue 213

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

Shades of Magic Mint #9EFBD5

Tints of Magic Mint #9EFBD5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.35%

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 25.4%
G = 40.35%
B = 34.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#9EFBD5 (or 0x9EFBD5) is known color: Magic Mint. HEX triplet: 9E, FB and D5. RGB value is (158,251,213). Sum of RGB (Red+Green+Blue) = 158+251+213=622 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.40% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFBD5 is #61042A. Grayscale: #DADADA. Windows color (decimal): -6358059 or 14023582. OLE color: 14023582.

HSL color Cylindrical-coordinate representation of color #9EFBD5: hue angle of 155.48º degrees, saturation: 0.92, 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 #9EFBD5 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 251 213 -
CMYK 0.37 0 0.15 0.02
HSL 155.48º 0.92% 0.8% -
HSV(B) 155.48º 0.37% 0.98% -
XYZ 60.61 81.07 75.4 -
YUV 218.86 124.69 84.59 -
System Red Green Blue C M Y K H S L
Decimal 158 251 213 0.37 0 0.15 0.02 155.48 0.92 0.8
Hex 9E FB D5 25 0 F 2 9B 5C 50
Octal 236 373 325 45 0 17 2 233 134 120
Binary 10011110 11111011 11010101 100101 0 1111 10 10011011 1011100 1010000

Color Harmonies of #9EFBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFBD5

Black with #9EFBD5

Text Example


Text Example

White with #9EFBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,251,213); }

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

background-color css

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

 a { background-color: rgb(158,251,213); }

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

border-color css

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

 span { border-color: rgb(158,251,213); }

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