#B1FCCA

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

Shades of Magic Mint #B1FCCA

Tints of Magic Mint #B1FCCA

Color information

#B1FCCA (or 0xB1FCCA) is unknown color: approx Magic Mint. HEX triplet: B1, FC and CA. RGB value is (177,252,202). Sum of RGB (Red+Green+Blue) = 177+252+202=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCCA is #4E0335. Grayscale: #DFDFDF. Windows color (decimal): -5112630 or 13302961. OLE color: 13302961.

HSL color Cylindrical-coordinate representation of color #B1FCCA: hue angle of 140º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCCA is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB177252202-
CMYK0.3000.200.01
HSL140º92.59%84.12%-
HSV(B)140º29.76%98.82%-
XYZ63.683.2368.59-
YUV223.87115.6594.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.05%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=28.05%
G=39.94%
B=32.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522020.3000.200.0114092.5984.12
HexB1FCCA1E01418c5d54
Octal261374312360241214135124
Binary1011000111111100110010101111001010011000110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCCA; }

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

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

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

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

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

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

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

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