Html Css Color HEX #9BF7BA Magic Mint

📋 copy color: '#9BF7BA'

red 155 ◦ green 247 ◦ blue 186

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

Shades of Magic Mint #9BF7BA

Tints of Magic Mint #9BF7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.01%

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

R = 26.36%
G = 42.01%
B = 31.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#9BF7BA (or 0x9BF7BA) is known color: Magic Mint. HEX triplet: 9B, F7 and BA. RGB value is (155,247,186). Sum of RGB (Red+Green+Blue) = 155+247+186=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7BA is #640845. Grayscale: #D4D4D4. Windows color (decimal): -6555718 or 12253083. OLE color: 12253083.

HSL color Cylindrical-coordinate representation of color #9BF7BA: hue angle of 140.22º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7BA is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 247 186 -
CMYK 0.37 0 0.25 0.03
HSL 140.22º 0.85% 0.79% -
HSV(B) 140.22º 0.37% 0.97% -
XYZ 55.64 77.04 58.39 -
YUV 212.54 113.02 86.96 -
System Red Green Blue C M Y K H S L
Decimal 155 247 186 0.37 0 0.25 0.03 140.22 0.85 0.79
Hex 9B F7 BA 25 0 19 3 8C 55 4F
Octal 233 367 272 45 0 31 3 214 125 117
Binary 10011011 11110111 10111010 100101 0 11001 11 10001100 1010101 1001111

Color Harmonies of #9BF7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF7BA

Black with #9BF7BA

Text Example


Text Example

White with #9BF7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,247,186); }

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

background-color css

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

 a { background-color: rgb(155,247,186); }

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

border-color css

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

 span { border-color: rgb(155,247,186); }

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