Html Css Color HEX #9CFED6 Magic Mint

📋 copy color: '#9CFED6'

red 156 ◦ green 254 ◦ blue 214

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

Shades of Magic Mint #9CFED6

Tints of Magic Mint #9CFED6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.71%

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

R = 25%
G = 40.71%
B = 34.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#9CFED6 (or 0x9CFED6) is known color: Magic Mint. HEX triplet: 9C, FE and D6. RGB value is (156,254,214). Sum of RGB (Red+Green+Blue) = 156+254+214=624 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFED6 is #630129. Grayscale: #DCDCDC. Windows color (decimal): -6488362 or 14089884. OLE color: 14089884.

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

Color convert

RGB 156 254 214 -
CMYK 0.39 0 0.16 0.00
HSL 155.51º 0.98% 0.8% -
HSV(B) 155.51º 0.39% 1% -
XYZ 61.29 82.81 76.37 -
YUV 220.14 124.53 82.25 -
System Red Green Blue C M Y K H S L
Decimal 156 254 214 0.39 0 0.16 0.00 155.51 0.98 0.8
Hex 9C FE D6 27 0 10 0 9C 62 50
Octal 234 376 326 47 0 20 0 234 142 120
Binary 10011100 11111110 11010110 100111 0 10000 0 10011100 1100010 1010000

Color Harmonies of #9CFED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFED6

Black with #9CFED6

Text Example


Text Example

White with #9CFED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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