Html Css Color HEX #9EFDC3 Magic Mint

📋 copy color: '#9EFDC3'

red 158 ◦ green 253 ◦ blue 195

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

Shades of Magic Mint #9EFDC3

Tints of Magic Mint #9EFDC3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.75%

 BLUE value IS 195 (76.56% from 255) = 32.18%

R = 26.07%
G = 41.75%
B = 32.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#9EFDC3 (or 0x9EFDC3) is known color: Magic Mint. HEX triplet: 9E, FD and C3. RGB value is (158,253,195). Sum of RGB (Red+Green+Blue) = 158+253+195=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDC3 is #61023C. Grayscale: #DADADA. Windows color (decimal): -6357565 or 12844446. OLE color: 12844446.

HSL color Cylindrical-coordinate representation of color #9EFDC3: hue angle of 143.37º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDC3 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 195 -
CMYK 0.38 0 0.23 0.01
HSL 143.37º 0.96% 0.81% -
HSV(B) 143.37º 0.38% 0.99% -
XYZ 59.08 81.46 64.24 -
YUV 217.98 115.03 85.22 -
System Red Green Blue C M Y K H S L
Decimal 158 253 195 0.38 0 0.23 0.01 143.37 0.96 0.81
Hex 9E FD C3 26 0 17 1 8F 60 51
Octal 236 375 303 46 0 27 1 217 140 121
Binary 10011110 11111101 11000011 100110 0 10111 1 10001111 1100000 1010001

Color Harmonies of #9EFDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDC3

Black with #9EFDC3

Text Example


Text Example

White with #9EFDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,253,195); }

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

background-color css

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

 a { background-color: rgb(158,253,195); }

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

border-color css

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

 span { border-color: rgb(158,253,195); }

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