Html Css Color HEX #9FF2C7 Magic Mint

📋 copy color: '#9FF2C7'

red 159 ◦ green 242 ◦ blue 199

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

Shades of Magic Mint #9FF2C7

Tints of Magic Mint #9FF2C7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.33%

 BLUE value IS 199 (78.13% from 255) = 33.17%

R = 26.5%
G = 40.33%
B = 33.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#9FF2C7 (or 0x9FF2C7) is known color: Magic Mint. HEX triplet: 9F, F2 and C7. RGB value is (159,242,199). Sum of RGB (Red+Green+Blue) = 159+242+199=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2C7 is #600D38. Grayscale: #D4D4D4. Windows color (decimal): -6294841 or 13103775. OLE color: 13103775.

HSL color Cylindrical-coordinate representation of color #9FF2C7: hue angle of 148.92º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2C7 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 242 199 -
CMYK 0.34 0 0.18 0.05
HSL 148.92º 0.76% 0.79% -
HSV(B) 148.92º 0.34% 0.95% -
XYZ 56.36 75 65.54 -
YUV 212.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 159 242 199 0.34 0 0.18 0.05 148.92 0.76 0.79
Hex 9F F2 C7 22 0 12 5 95 4C 4F
Octal 237 362 307 42 0 22 5 225 114 117
Binary 10011111 11110010 11000111 100010 0 10010 101 10010101 1001100 1001111

Color Harmonies of #9FF2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF2C7

Black with #9FF2C7

Text Example


Text Example

White with #9FF2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,199); }

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

background-color css

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

 a { background-color: rgb(159,242,199); }

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

border-color css

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

 span { border-color: rgb(159,242,199); }

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