Html Css Color HEX #9BF2BB Magic Mint

📋 copy color: '#9BF2BB'

red 155 ◦ green 242 ◦ blue 187

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

Shades of Magic Mint #9BF2BB

Tints of Magic Mint #9BF2BB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.44%

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

R = 26.54%
G = 41.44%
B = 32.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#9BF2BB (or 0x9BF2BB) is known color: Magic Mint. HEX triplet: 9B, F2 and BB. RGB value is (155,242,187). Sum of RGB (Red+Green+Blue) = 155+242+187=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF2BB is #640D44. Grayscale: #D1D1D1. Windows color (decimal): -6556997 or 12317339. OLE color: 12317339.

HSL color Cylindrical-coordinate representation of color #9BF2BB: hue angle of 142.07º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF2BB is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 187 -
CMYK 0.36 0 0.23 0.05
HSL 142.07º 0.77% 0.78% -
HSV(B) 142.07º 0.36% 0.95% -
XYZ 54.24 74.06 58.45 -
YUV 209.72 115.18 88.97 -
System Red Green Blue C M Y K H S L
Decimal 155 242 187 0.36 0 0.23 0.05 142.07 0.77 0.78
Hex 9B F2 BB 24 0 17 5 8E 4D 4E
Octal 233 362 273 44 0 27 5 216 115 116
Binary 10011011 11110010 10111011 100100 0 10111 101 10001110 1001101 1001110

Color Harmonies of #9BF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF2BB

Black with #9BF2BB

Text Example


Text Example

White with #9BF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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