Html Css Color HEX #9BFFBC Magic Mint

📋 copy color: '#9BFFBC'

red 155 ◦ green 255 ◦ blue 188

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

Shades of Magic Mint #9BFFBC

Tints of Magic Mint #9BFFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 25.92%
G = 42.64%
B = 31.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#9BFFBC (or 0x9BFFBC) is known color: Magic Mint. HEX triplet: 9B, FF and BC. RGB value is (155,255,188). Sum of RGB (Red+Green+Blue) = 155+255+188=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFBC is #640043. Grayscale: #D9D9D9. Windows color (decimal): -6553668 or 12386203. OLE color: 12386203.

HSL color Cylindrical-coordinate representation of color #9BFFBC: hue angle of 139.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFBC is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 155 255 188 -
CMYK 0.39 0 0.26 0
HSL 139.8º 1% 0.8% -
HSV(B) 139.8º 0.39% 1% -
XYZ 58.35 82.12 60.35 -
YUV 217.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 155 255 188 0.39 0 0.26 0 139.8 1 0.8
Hex 9B FF BC 27 0 1A 0 8C 64 50
Octal 233 377 274 47 0 32 0 214 144 120
Binary 10011011 11111111 10111100 100111 0 11010 0 10001100 1100100 1010000

Color Harmonies of #9BFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFBC

Black with #9BFFBC

Text Example


Text Example

White with #9BFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,255,188); }

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

background-color css

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

 a { background-color: rgb(155,255,188); }

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

border-color css

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

 span { border-color: rgb(155,255,188); }

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