#9BFDCB

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

Shades of Magic Mint #9BFDCB

Tints of Magic Mint #9BFDCB

Color information

#9BFDCB (or 0x9BFDCB) is unknown color: approx Magic Mint. HEX triplet: 9B, FD and CB. RGB value is (155,253,203). Sum of RGB (Red+Green+Blue) = 155+253+203=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDCB is #640234. Grayscale: #DADADA. Windows color (decimal): -6554165 or 13368731. OLE color: 13368731.

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

Color convert

RGB155253203-
CMYK0.3900.200.01
HSL149.39º96.08%80%-
HSV(B)149.39º38.74%99.22%-
XYZ59.4281.5369.11-
YUV218119.5383.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.37%
GREEN value IS 253 (99.22% from 255) = 41.41%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=25.37%
G=41.41%
B=33.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552532030.3900.200.01149.3996.0880
Hex9BFDCB270141956050
Octal233375313470241225140120
Binary10011011111111011100101110011101010011001010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,253,203); }

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

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

 a { background-color: rgb(155,253,203); }

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

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

 span { border-color: rgb(155,253,203); }

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