Html Css Color HEX #9DFFCF Magic Mint

📋 copy color: '#9DFFCF'

red 157 ◦ green 255 ◦ blue 207

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

Shades of Magic Mint #9DFFCF

Tints of Magic Mint #9DFFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.44%

R = 25.36%
G = 41.2%
B = 33.44%

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

#9DFFCF (or 0x9DFFCF) is known color: Magic Mint. HEX triplet: 9D, FF and CF. RGB value is (157,255,207). Sum of RGB (Red+Green+Blue) = 157+255+207=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFCF is #620030. Grayscale: #DCDCDC. Windows color (decimal): -6422577 or 13631389. OLE color: 13631389.

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

Color convert

RGB 157 255 207 -
CMYK 0.38 0 0.19 0
HSL 150.61º 1% 0.81% -
HSV(B) 150.61º 0.38% 1% -
XYZ 60.93 83.19 71.88 -
YUV 220.23 120.53 82.9 -
System Red Green Blue C M Y K H S L
Decimal 157 255 207 0.38 0 0.19 0 150.61 1 0.81
Hex 9D FF CF 26 0 13 0 97 64 51
Octal 235 377 317 46 0 23 0 227 144 121
Binary 10011101 11111111 11001111 100110 0 10011 0 10010111 1100100 1010001

Color Harmonies of #9DFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFCF

Black with #9DFFCF

Text Example


Text Example

White with #9DFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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