#9BEFC6

Color #9BEFC6 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9BEFC6

Tints of Magic Mint #9BEFC6

Color information

#9BEFC6 (or 0x9BEFC6) is unknown color: approx 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

RGB155239198-
CMYK0.3500.170.06
HSL150.71º72.41%77.25%-
HSV(B)150.71º35.15%93.73%-
XYZ54.5872.7864.6-
YUV209.21121.6789.33-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552391980.3500.170.06150.7172.4177.25
Hex9BEFC623011697484d
Octal233357306430216227110115
Binary1001101111101111110001101000110100011101001011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>