#9BFFCF

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

Shades of Magic Mint #9BFFCF

Tints of Magic Mint #9BFFCF

Color information

#9BFFCF (or 0x9BFFCF) is unknown color: approx Magic Mint. HEX triplet: 9B, FF and CF. RGB value is (155,255,207). Sum of RGB (Red+Green+Blue) = 155+255+207=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFCF is #640030. Grayscale: #DBDBDB. Windows color (decimal): -6553649 or 13631387. OLE color: 13631387.

HSL color Cylindrical-coordinate representation of color #9BFFCF: hue angle of 151.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFCF is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB155255207-
CMYK0.3900.190
HSL151.2º100%80.39%-
HSV(B)151.2º39.22%100%-
XYZ60.5482.9971.86-
YUV219.63120.8781.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.12%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=25.12%
G=41.33%
B=33.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552070.3900.190151.210080.39
Hex9BFFCF270130976450
Octal233377317470230227144120
Binary10011011111111111100111110011101001101001011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,255,207); }

 H1.HeaderClassName
 {
   color: #9BFFCF;
 }
 .AnyTagClassName
 {
   color: #9BFFCF;
 }
</style>
background-color css

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

 a { background-color: rgb(155,255,207); }

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

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

 span { border-color: rgb(155,255,207); }

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