#B1FFCA

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

Shades of Magic Mint #B1FFCA

Tints of Magic Mint #B1FFCA

Color information

#B1FFCA (or 0xB1FFCA) is unknown color: approx Magic Mint. HEX triplet: B1, FF and CA. RGB value is (177,255,202). Sum of RGB (Red+Green+Blue) = 177+255+202=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFCA is #4E0035. Grayscale: #E1E1E1. Windows color (decimal): -5111862 or 13303729. OLE color: 13303729.

HSL color Cylindrical-coordinate representation of color #B1FFCA: hue angle of 139.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFCA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB177255202-
CMYK0.3100.210
HSL139.23º100%84.71%-
HSV(B)139.23º30.59%100%-
XYZ64.5585.1368.91-
YUV225.64114.6693.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 255 (100% from 255) = 40.22%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=27.92%
G=40.22%
B=31.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552020.3100.210139.2310084.71
HexB1FFCA1F01508b6455
Octal261377312370250213144125
Binary1011000111111111110010101111101010101000101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFCA; }

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

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

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

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

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

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

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

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