Html Css Color HEX #9CFAC6 Magic Mint

📋 copy color: '#9CFAC6'

red 156 ◦ green 250 ◦ blue 198

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

Shades of Magic Mint #9CFAC6

Tints of Magic Mint #9CFAC6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.39%

 BLUE value IS 198 (77.73% from 255) = 32.78%

R = 25.83%
G = 41.39%
B = 32.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#9CFAC6 (or 0x9CFAC6) is known color: Magic Mint. HEX triplet: 9C, FA and C6. RGB value is (156,250,198). Sum of RGB (Red+Green+Blue) = 156+250+198=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAC6 is #630539. Grayscale: #D8D8D8. Windows color (decimal): -6489402 or 13040284. OLE color: 13040284.

HSL color Cylindrical-coordinate representation of color #9CFAC6: hue angle of 146.81º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFAC6 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 250 198 -
CMYK 0.38 0 0.21 0.02
HSL 146.81º 0.9% 0.8% -
HSV(B) 146.81º 0.38% 0.98% -
XYZ 58.09 79.52 65.71 -
YUV 215.97 117.86 85.23 -
System Red Green Blue C M Y K H S L
Decimal 156 250 198 0.38 0 0.21 0.02 146.81 0.9 0.8
Hex 9C FA C6 26 0 15 2 93 5A 50
Octal 234 372 306 46 0 25 2 223 132 120
Binary 10011100 11111010 11000110 100110 0 10101 10 10010011 1011010 1010000

Color Harmonies of #9CFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFAC6

Black with #9CFAC6

Text Example


Text Example

White with #9CFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,250,198); }

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

background-color css

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

 a { background-color: rgb(156,250,198); }

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

border-color css

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

 span { border-color: rgb(156,250,198); }

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