Html Css Color HEX #9DFFCE Magic Mint

📋 copy color: '#9DFFCE'

red 157 ◦ green 255 ◦ blue 206

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

Shades of Magic Mint #9DFFCE

Tints of Magic Mint #9DFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.33%

R = 25.4%
G = 41.26%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#9DFFCE (or 0x9DFFCE) is known color: Magic Mint. HEX triplet: 9D, FF and CE. RGB value is (157,255,206). Sum of RGB (Red+Green+Blue) = 157+255+206=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFCE is #620031. Grayscale: #DCDCDC. Windows color (decimal): -6422578 or 13565853. OLE color: 13565853.

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

Color convert

RGB 157 255 206 -
CMYK 0.38 0 0.19 0
HSL 150º 1% 0.81% -
HSV(B) 150º 0.38% 1% -
XYZ 60.81 83.14 71.24 -
YUV 220.11 120.03 82.98 -
System Red Green Blue C M Y K H S L
Decimal 157 255 206 0.38 0 0.19 0 150 1 0.81
Hex 9D FF CE 26 0 13 0 96 64 51
Octal 235 377 316 46 0 23 0 226 144 121
Binary 10011101 11111111 11001110 100110 0 10011 0 10010110 1100100 1010001

Color Harmonies of #9DFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFCE

Black with #9DFFCE

Text Example


Text Example

White with #9DFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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