Html Css Color HEX #9FFED0 Magic Mint

📋 copy color: '#9FFED0'

red 159 ◦ green 254 ◦ blue 208

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

Shades of Magic Mint #9FFED0

Tints of Magic Mint #9FFED0

RGB

 RED value IS 159 (62.5% from 255) = 25.6%

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

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

R = 25.6%
G = 40.9%
B = 33.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#9FFED0 (or 0x9FFED0) is known color: Magic Mint. HEX triplet: 9F, FE and D0. RGB value is (159,254,208). Sum of RGB (Red+Green+Blue) = 159+254+208=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFED0 is #60012F. Grayscale: #DCDCDC. Windows color (decimal): -6291760 or 13696671. OLE color: 13696671.

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

Color convert

RGB 159 254 208 -
CMYK 0.37 0 0.18 0.00
HSL 150.95º 0.98% 0.81% -
HSV(B) 150.95º 0.37% 1% -
XYZ 61.13 82.81 72.44 -
YUV 220.35 121.03 84.24 -
System Red Green Blue C M Y K H S L
Decimal 159 254 208 0.37 0 0.18 0.00 150.95 0.98 0.81
Hex 9F FE D0 25 0 12 0 97 62 51
Octal 237 376 320 45 0 22 0 227 142 121
Binary 10011111 11111110 11010000 100101 0 10010 0 10010111 1100010 1010001

Color Harmonies of #9FFED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFED0

Black with #9FFED0

Text Example


Text Example

White with #9FFED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,254,208); }

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

background-color css

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

 a { background-color: rgb(159,254,208); }

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

border-color css

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

 span { border-color: rgb(159,254,208); }

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