Html Css Color HEX #9CFFBA Magic Mint

📋 copy color: '#9CFFBA'

red 156 ◦ green 255 ◦ blue 186

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

Shades of Magic Mint #9CFFBA

Tints of Magic Mint #9CFFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 26.13%
G = 42.71%
B = 31.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#9CFFBA (or 0x9CFFBA) is known color: Magic Mint. HEX triplet: 9C, FF and BA. RGB value is (156,255,186). Sum of RGB (Red+Green+Blue) = 156+255+186=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFBA is #630045. Grayscale: #D9D9D9. Windows color (decimal): -6488134 or 12255132. OLE color: 12255132.

HSL color Cylindrical-coordinate representation of color #9CFFBA: hue angle of 138.18º 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 #9CFFBA is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 156 255 186 -
CMYK 0.39 0 0.27 0
HSL 138.18º 1% 0.81% -
HSV(B) 138.18º 0.39% 1% -
XYZ 58.33 82.13 59.23 -
YUV 217.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 156 255 186 0.39 0 0.27 0 138.18 1 0.81
Hex 9C FF BA 27 0 1B 0 8A 64 51
Octal 234 377 272 47 0 33 0 212 144 121
Binary 10011100 11111111 10111010 100111 0 11011 0 10001010 1100100 1010001

Color Harmonies of #9CFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFFBA

Black with #9CFFBA

Text Example


Text Example

White with #9CFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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