Html Css Color HEX #9BF7D6 Magic Mint

📋 copy color: '#9BF7D6'

red 155 ◦ green 247 ◦ blue 214

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

Shades of Magic Mint #9BF7D6

Tints of Magic Mint #9BF7D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.74%

R = 25.16%
G = 40.1%
B = 34.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#9BF7D6 (or 0x9BF7D6) is known color: Magic Mint. HEX triplet: 9B, F7 and D6. RGB value is (155,247,214). Sum of RGB (Red+Green+Blue) = 155+247+214=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7D6 is #640829. Grayscale: #D7D7D7. Windows color (decimal): -6555690 or 14088091. OLE color: 14088091.

HSL color Cylindrical-coordinate representation of color #9BF7D6: hue angle of 158.48º 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 #9BF7D6 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 247 214 -
CMYK 0.37 0 0.13 0.03
HSL 158.48º 0.85% 0.79% -
HSV(B) 158.48º 0.37% 0.97% -
XYZ 58.92 78.35 75.64 -
YUV 215.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 155 247 214 0.37 0 0.13 0.03 158.48 0.85 0.79
Hex 9B F7 D6 25 0 D 3 9E 55 4F
Octal 233 367 326 45 0 15 3 236 125 117
Binary 10011011 11110111 11010110 100101 0 1101 11 10011110 1010101 1001111

Color Harmonies of #9BF7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF7D6

Black with #9BF7D6

Text Example


Text Example

White with #9BF7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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