#9BFFCD

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

Shades of Magic Mint #9BFFCD

Tints of Magic Mint #9BFFCD

Color information

#9BFFCD (or 0x9BFFCD) is unknown color: approx Magic Mint. HEX triplet: 9B, FF and CD. RGB value is (155,255,205). Sum of RGB (Red+Green+Blue) = 155+255+205=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFCD is #640032. Grayscale: #DBDBDB. Windows color (decimal): -6553651 or 13500315. OLE color: 13500315.

HSL color Cylindrical-coordinate representation of color #9BFFCD: hue angle of 150º 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 #9BFFCD is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB155255205-
CMYK0.3900.200
HSL150º100%80.39%-
HSV(B)150º39.22%100%-
XYZ60.382.970.58-
YUV219.4119.8782.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.20%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 205 (80.47% from 255) = 33.33%
R=25.20%
G=41.46%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552050.3900.20015010080.39
Hex9BFFCD270140966450
Octal233377315470240226144120
Binary10011011111111111100110110011101010001001011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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