Html Css Color HEX #9BEFC6 Magic Mint

📋 copy color: '#9BEFC6'

red 155 ◦ green 239 ◦ blue 198

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

Shades of Magic Mint #9BEFC6

Tints of Magic Mint #9BEFC6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.37%

 BLUE value IS 198 (77.73% from 255) = 33.45%

R = 26.18%
G = 40.37%
B = 33.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#9BEFC6 (or 0x9BEFC6) is known color: Magic Mint. HEX triplet: 9B, EF and C6. RGB value is (155,239,198). Sum of RGB (Red+Green+Blue) = 155+239+198=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFC6 is #641039. Grayscale: #D1D1D1. Windows color (decimal): -6557754 or 13037467. OLE color: 13037467.

HSL color Cylindrical-coordinate representation of color #9BEFC6: hue angle of 150.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFC6 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 239 198 -
CMYK 0.35 0 0.17 0.06
HSL 150.71º 0.72% 0.77% -
HSV(B) 150.71º 0.35% 0.94% -
XYZ 54.58 72.78 64.6 -
YUV 209.21 121.67 89.33 -
System Red Green Blue C M Y K H S L
Decimal 155 239 198 0.35 0 0.17 0.06 150.71 0.72 0.77
Hex 9B EF C6 23 0 11 6 97 48 4D
Octal 233 357 306 43 0 21 6 227 110 115
Binary 10011011 11101111 11000110 100011 0 10001 110 10010111 1001000 1001101

Color Harmonies of #9BEFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFC6

Black with #9BEFC6

Text Example


Text Example

White with #9BEFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,239,198); }

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

background-color css

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

 a { background-color: rgb(155,239,198); }

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

border-color css

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

 span { border-color: rgb(155,239,198); }

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