Html Css Color HEX #9FFDC2 Magic Mint

📋 copy color: '#9FFDC2'

red 159 ◦ green 253 ◦ blue 194

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

Shades of Magic Mint #9FFDC2

Tints of Magic Mint #9FFDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 26.24%
G = 41.75%
B = 32.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#9FFDC2 (or 0x9FFDC2) is known color: Magic Mint. HEX triplet: 9F, FD and C2. RGB value is (159,253,194). Sum of RGB (Red+Green+Blue) = 159+253+194=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDC2 is #60023D. Grayscale: #DADADA. Windows color (decimal): -6292030 or 12778911. OLE color: 12778911.

HSL color Cylindrical-coordinate representation of color #9FFDC2: hue angle of 142.34º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFDC2 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 253 194 -
CMYK 0.37 0 0.23 0.01
HSL 142.34º 0.96% 0.81% -
HSV(B) 142.34º 0.37% 0.99% -
XYZ 59.16 81.52 63.66 -
YUV 218.17 114.36 85.8 -
System Red Green Blue C M Y K H S L
Decimal 159 253 194 0.37 0 0.23 0.01 142.34 0.96 0.81
Hex 9F FD C2 25 0 17 1 8E 60 51
Octal 237 375 302 45 0 27 1 216 140 121
Binary 10011111 11111101 11000010 100101 0 10111 1 10001110 1100000 1010001

Color Harmonies of #9FFDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFDC2

Black with #9FFDC2

Text Example


Text Example

White with #9FFDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,253,194); }

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

background-color css

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

 a { background-color: rgb(159,253,194); }

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

border-color css

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

 span { border-color: rgb(159,253,194); }

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