Html Css Color HEX #9CFBBA Magic Mint

📋 copy color: '#9CFBBA'

red 156 ◦ green 251 ◦ blue 186

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

Shades of Magic Mint #9CFBBA

Tints of Magic Mint #9CFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.33%

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

R = 26.31%
G = 42.33%
B = 31.37%

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

#9CFBBA (or 0x9CFBBA) is known color: Magic Mint. HEX triplet: 9C, FB and BA. RGB value is (156,251,186). Sum of RGB (Red+Green+Blue) = 156+251+186=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBBA is #630445. Grayscale: #D7D7D7. Windows color (decimal): -6489158 or 12254108. OLE color: 12254108.

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

Color convert

RGB 156 251 186 -
CMYK 0.38 0 0.26 0.02
HSL 138.95º 0.92% 0.8% -
HSV(B) 138.95º 0.38% 0.98% -
XYZ 57.07 79.61 58.81 -
YUV 215.19 111.53 85.79 -
System Red Green Blue C M Y K H S L
Decimal 156 251 186 0.38 0 0.26 0.02 138.95 0.92 0.8
Hex 9C FB BA 26 0 1A 2 8B 5C 50
Octal 234 373 272 46 0 32 2 213 134 120
Binary 10011100 11111011 10111010 100110 0 11010 10 10001011 1011100 1010000

Color Harmonies of #9CFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFBBA

Black with #9CFBBA

Text Example


Text Example

White with #9CFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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