Html Css Color HEX #9CFFD6 Magic Mint

📋 copy color: '#9CFFD6'

red 156 ◦ green 255 ◦ blue 214

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

Shades of Magic Mint #9CFFD6

Tints of Magic Mint #9CFFD6

RGB

 RED value IS 156 (61.33% from 255) = 24.96%

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

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 24.96%
G = 40.8%
B = 34.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#9CFFD6 (or 0x9CFFD6) is known color: Magic Mint. HEX triplet: 9C, FF and D6. RGB value is (156,255,214). Sum of RGB (Red+Green+Blue) = 156+255+214=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFD6 is #630029. Grayscale: #DCDCDC. Windows color (decimal): -6488106 or 14090140. OLE color: 14090140.

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

Color convert

RGB 156 255 214 -
CMYK 0.39 0 0.16 0
HSL 155.15º 1% 0.81% -
HSV(B) 155.15º 0.39% 1% -
XYZ 61.61 83.44 76.48 -
YUV 220.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 156 255 214 0.39 0 0.16 0 155.15 1 0.81
Hex 9C FF D6 27 0 10 0 9B 64 51
Octal 234 377 326 47 0 20 0 233 144 121
Binary 10011100 11111111 11010110 100111 0 10000 0 10011011 1100100 1010001

Color Harmonies of #9CFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFFD6

Black with #9CFFD6

Text Example


Text Example

White with #9CFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,255,214); }

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

background-color css

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

 a { background-color: rgb(156,255,214); }

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

border-color css

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

 span { border-color: rgb(156,255,214); }

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