Html Css Color HEX #9BFABB Magic Mint

📋 copy color: '#9BFABB'

red 155 ◦ green 250 ◦ blue 187

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

Shades of Magic Mint #9BFABB

Tints of Magic Mint #9BFABB

RGB

 RED value IS 155 (60.94% from 255) = 26.18%

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

 BLUE value IS 187 (73.44% from 255) = 31.59%

R = 26.18%
G = 42.23%
B = 31.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#9BFABB (or 0x9BFABB) is known color: Magic Mint. HEX triplet: 9B, FA and BB. RGB value is (155,250,187). Sum of RGB (Red+Green+Blue) = 155+250+187=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFABB is #640544. Grayscale: #D6D6D6. Windows color (decimal): -6554949 or 12319387. OLE color: 12319387.

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

Color convert

RGB 155 250 187 -
CMYK 0.38 0 0.25 0.02
HSL 140.21º 0.9% 0.79% -
HSV(B) 140.21º 0.38% 0.98% -
XYZ 56.67 78.93 59.26 -
YUV 214.41 112.53 85.62 -
System Red Green Blue C M Y K H S L
Decimal 155 250 187 0.38 0 0.25 0.02 140.21 0.9 0.79
Hex 9B FA BB 26 0 19 2 8C 5A 4F
Octal 233 372 273 46 0 31 2 214 132 117
Binary 10011011 11111010 10111011 100110 0 11001 10 10001100 1011010 1001111

Color Harmonies of #9BFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFABB

Black with #9BFABB

Text Example


Text Example

White with #9BFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,250,187); }

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

background-color css

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

 a { background-color: rgb(155,250,187); }

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

border-color css

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

 span { border-color: rgb(155,250,187); }

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