Html Css Color HEX #9CFAB9 Magic Mint

📋 copy color: '#9CFAB9'

red 156 ◦ green 250 ◦ blue 185

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

Shades of Magic Mint #9CFAB9

Tints of Magic Mint #9CFAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.3%

R = 26.4%
G = 42.3%
B = 31.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#9CFAB9 (or 0x9CFAB9) is known color: Magic Mint. HEX triplet: 9C, FA and B9. RGB value is (156,250,185). Sum of RGB (Red+Green+Blue) = 156+250+185=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAB9 is #630546. Grayscale: #D6D6D6. Windows color (decimal): -6489415 or 12188316. OLE color: 12188316.

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

Color convert

RGB 156 250 185 -
CMYK 0.38 0 0.26 0.02
HSL 138.51º 0.9% 0.8% -
HSV(B) 138.51º 0.38% 0.98% -
XYZ 56.65 78.94 58.15 -
YUV 214.48 111.36 86.29 -
System Red Green Blue C M Y K H S L
Decimal 156 250 185 0.38 0 0.26 0.02 138.51 0.9 0.8
Hex 9C FA B9 26 0 1A 2 8B 5A 50
Octal 234 372 271 46 0 32 2 213 132 120
Binary 10011100 11111010 10111001 100110 0 11010 10 10001011 1011010 1010000

Color Harmonies of #9CFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFAB9

Black with #9CFAB9

Text Example


Text Example

White with #9CFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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