Html Css Color HEX #9EFEDE Magic Mint

📋 copy color: '#9EFEDE'

red 158 ◦ green 254 ◦ blue 222

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

Shades of Magic Mint #9EFEDE

Tints of Magic Mint #9EFEDE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.06%

 BLUE value IS 222 (87.11% from 255) = 35.02%

R = 24.92%
G = 40.06%
B = 35.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#9EFEDE (or 0x9EFEDE) is known color: Magic Mint. HEX triplet: 9E, FE and DE. RGB value is (158,254,222). Sum of RGB (Red+Green+Blue) = 158+254+222=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEDE is #610121. Grayscale: #DDDDDD. Windows color (decimal): -6357282 or 14614174. OLE color: 14614174.

HSL color Cylindrical-coordinate representation of color #9EFEDE: hue angle of 160º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFEDE is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 254 222 -
CMYK 0.38 0 0.13 0.00
HSL 160º 0.98% 0.81% -
HSV(B) 160º 0.38% 1% -
XYZ 62.73 83.43 81.9 -
YUV 221.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 158 254 222 0.38 0 0.13 0.00 160 0.98 0.81
Hex 9E FE DE 26 0 D 0 A0 62 51
Octal 236 376 336 46 0 15 0 240 142 121
Binary 10011110 11111110 11011110 100110 0 1101 0 10100000 1100010 1010001

Color Harmonies of #9EFEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFEDE

Black with #9EFEDE

Text Example


Text Example

White with #9EFEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,254,222); }

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

background-color css

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

 a { background-color: rgb(158,254,222); }

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

border-color css

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

 span { border-color: rgb(158,254,222); }

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