#9BFFCA

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

Shades of Magic Mint #9BFFCA

Tints of Magic Mint #9BFFCA

Color information

#9BFFCA (or 0x9BFFCA) is unknown color: approx Magic Mint. HEX triplet: 9B, FF and CA. RGB value is (155,255,202). Sum of RGB (Red+Green+Blue) = 155+255+202=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFCA is #640035. Grayscale: #DBDBDB. Windows color (decimal): -6553654 or 13303707. OLE color: 13303707.

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

Color convert

RGB155255202-
CMYK0.3900.210
HSL148.2º100%80.39%-
HSV(B)148.2º39.22%100%-
XYZ59.9482.7568.69-
YUV219.06118.3782.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.33%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=25.33%
G=41.67%
B=33.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552020.3900.210148.210080.39
Hex9BFFCA270150946450
Octal233377312470250224144120
Binary10011011111111111100101010011101010101001010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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