Html Css Color HEX #9EFDD0 Magic Mint

📋 copy color: '#9EFDD0'

red 158 ◦ green 253 ◦ blue 208

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

Shades of Magic Mint #9EFDD0

Tints of Magic Mint #9EFDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 25.53%
G = 40.87%
B = 33.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#9EFDD0 (or 0x9EFDD0) is known color: Magic Mint. HEX triplet: 9E, FD and D0. RGB value is (158,253,208). Sum of RGB (Red+Green+Blue) = 158+253+208=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDD0 is #61022F. Grayscale: #DBDBDB. Windows color (decimal): -6357552 or 13696414. OLE color: 13696414.

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

Color convert

RGB 158 253 208 -
CMYK 0.38 0 0.18 0.01
HSL 151.58º 0.96% 0.81% -
HSV(B) 151.58º 0.38% 0.99% -
XYZ 60.61 82.07 72.32 -
YUV 219.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 158 253 208 0.38 0 0.18 0.01 151.58 0.96 0.81
Hex 9E FD D0 26 0 12 1 98 60 51
Octal 236 375 320 46 0 22 1 230 140 121
Binary 10011110 11111101 11010000 100110 0 10010 1 10011000 1100000 1010001

Color Harmonies of #9EFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDD0

Black with #9EFDD0

Text Example


Text Example

White with #9EFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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