Html Css Color HEX #9DFFC8 Magic Mint

📋 copy color: '#9DFFC8'

red 157 ◦ green 255 ◦ blue 200

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

Shades of Magic Mint #9DFFC8

Tints of Magic Mint #9DFFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.68%

R = 25.65%
G = 41.67%
B = 32.68%

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

#9DFFC8 (or 0x9DFFC8) is known color: Magic Mint. HEX triplet: 9D, FF and C8. RGB value is (157,255,200). Sum of RGB (Red+Green+Blue) = 157+255+200=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFC8 is #620037. Grayscale: #DBDBDB. Windows color (decimal): -6422584 or 13172637. OLE color: 13172637.

HSL color Cylindrical-coordinate representation of color #9DFFC8: hue angle of 146.33º 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 #9DFFC8 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 157 255 200 -
CMYK 0.38 0 0.22 0
HSL 146.33º 1% 0.81% -
HSV(B) 146.33º 0.38% 1% -
XYZ 60.09 82.86 67.47 -
YUV 219.43 117.03 83.47 -
System Red Green Blue C M Y K H S L
Decimal 157 255 200 0.38 0 0.22 0 146.33 1 0.81
Hex 9D FF C8 26 0 16 0 92 64 51
Octal 235 377 310 46 0 26 0 222 144 121
Binary 10011101 11111111 11001000 100110 0 10110 0 10010010 1100100 1010001

Color Harmonies of #9DFFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFC8

Black with #9DFFC8

Text Example


Text Example

White with #9DFFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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