Html Css Color HEX #9EFDD4 Magic Mint

📋 copy color: '#9EFDD4'

red 158 ◦ green 253 ◦ blue 212

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

Shades of Magic Mint #9EFDD4

Tints of Magic Mint #9EFDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 25.36%
G = 40.61%
B = 34.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#9EFDD4 (or 0x9EFDD4) is known color: Magic Mint. HEX triplet: 9E, FD and D4. RGB value is (158,253,212). Sum of RGB (Red+Green+Blue) = 158+253+212=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDD4 is #61022B. Grayscale: #DBDBDB. Windows color (decimal): -6357548 or 13958558. OLE color: 13958558.

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

Color convert

RGB 158 253 212 -
CMYK 0.38 0 0.16 0.01
HSL 154.11º 0.96% 0.81% -
HSV(B) 154.11º 0.38% 0.99% -
XYZ 61.11 82.27 74.95 -
YUV 219.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 158 253 212 0.38 0 0.16 0.01 154.11 0.96 0.81
Hex 9E FD D4 26 0 10 1 9A 60 51
Octal 236 375 324 46 0 20 1 232 140 121
Binary 10011110 11111101 11010100 100110 0 10000 1 10011010 1100000 1010001

Color Harmonies of #9EFDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDD4

Black with #9EFDD4

Text Example


Text Example

White with #9EFDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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