Html Css Color HEX #9DFFC6 Magic Mint

📋 copy color: '#9DFFC6'

red 157 ◦ green 255 ◦ blue 198

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

Shades of Magic Mint #9DFFC6

Tints of Magic Mint #9DFFC6

RGB

 RED value IS 157 (61.72% from 255) = 25.74%

 GREEN value IS 255 (100% from 255) = 41.8%

 BLUE value IS 198 (77.73% from 255) = 32.46%

R = 25.74%
G = 41.8%
B = 32.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#9DFFC6 (or 0x9DFFC6) is known color: Magic Mint. HEX triplet: 9D, FF and C6. RGB value is (157,255,198). Sum of RGB (Red+Green+Blue) = 157+255+198=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFC6 is #620039. Grayscale: #DBDBDB. Windows color (decimal): -6422586 or 13041565. OLE color: 13041565.

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

Color convert

RGB 157 255 198 -
CMYK 0.38 0 0.22 0
HSL 145.1º 1% 0.81% -
HSV(B) 145.1º 0.38% 1% -
XYZ 59.86 82.77 66.25 -
YUV 219.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 157 255 198 0.38 0 0.22 0 145.1 1 0.81
Hex 9D FF C6 26 0 16 0 91 64 51
Octal 235 377 306 46 0 26 0 221 144 121
Binary 10011101 11111111 11000110 100110 0 10110 0 10010001 1100100 1010001

Color Harmonies of #9DFFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFC6

Black with #9DFFC6

Text Example


Text Example

White with #9DFFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,255,198); }

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

background-color css

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

 a { background-color: rgb(157,255,198); }

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

border-color css

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

 span { border-color: rgb(157,255,198); }

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