Html Css Color HEX #9CFAC3 Magic Mint

📋 copy color: '#9CFAC3'

red 156 ◦ green 250 ◦ blue 195

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

Shades of Magic Mint #9CFAC3

Tints of Magic Mint #9CFAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.45%

R = 25.96%
G = 41.6%
B = 32.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#9CFAC3 (or 0x9CFAC3) is known color: Magic Mint. HEX triplet: 9C, FA and C3. RGB value is (156,250,195). Sum of RGB (Red+Green+Blue) = 156+250+195=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAC3 is #63053C. Grayscale: #D7D7D7. Windows color (decimal): -6489405 or 12843676. OLE color: 12843676.

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

Color convert

RGB 156 250 195 -
CMYK 0.38 0 0.22 0.02
HSL 144.89º 0.9% 0.8% -
HSV(B) 144.89º 0.38% 0.98% -
XYZ 57.75 79.38 63.91 -
YUV 215.62 116.36 85.47 -
System Red Green Blue C M Y K H S L
Decimal 156 250 195 0.38 0 0.22 0.02 144.89 0.9 0.8
Hex 9C FA C3 26 0 16 2 91 5A 50
Octal 234 372 303 46 0 26 2 221 132 120
Binary 10011100 11111010 11000011 100110 0 10110 10 10010001 1011010 1010000

Color Harmonies of #9CFAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFAC3

Black with #9CFAC3

Text Example


Text Example

White with #9CFAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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