#B1F8CA

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

Shades of Magic Mint #B1F8CA

Tints of Magic Mint #B1F8CA

Color information

#B1F8CA (or 0xB1F8CA) is unknown color: approx Magic Mint. HEX triplet: B1, F8 and CA. RGB value is (177,248,202). Sum of RGB (Red+Green+Blue) = 177+248+202=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F8CA is #4E0735. Grayscale: #DDDDDD. Windows color (decimal): -5113654 or 13301937. OLE color: 13301937.

HSL color Cylindrical-coordinate representation of color #B1F8CA: hue angle of 141.13º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F8CA is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB177248202-
CMYK0.2900.190.03
HSL141.13º83.53%83.33%-
HSV(B)141.13º28.63%97.25%-
XYZ62.3680.7568.18-
YUV221.53116.9896.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.23%
GREEN value IS 248 (97.27% from 255) = 39.55%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=28.23%
G=39.55%
B=32.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772482020.2900.190.03141.1383.5383.33
HexB1F8CA1D01338d5453
Octal261370312350233215124123
Binary10110001111110001100101011101010011111000110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F8CA; }

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

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

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

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

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

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

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

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