#B4F7CA

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

Shades of Magic Mint #B4F7CA

Tints of Magic Mint #B4F7CA

Color information

#B4F7CA (or 0xB4F7CA) is unknown color: approx Magic Mint. HEX triplet: B4, F7 and CA. RGB value is (180,247,202). Sum of RGB (Red+Green+Blue) = 180+247+202=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #B4F7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F7CA is #4B0835. Grayscale: #DDDDDD. Windows color (decimal): -4917302 or 13301684. OLE color: 13301684.

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

Color convert

RGB180247202-
CMYK0.2700.180.03
HSL139.7º80.72%83.73%-
HSV(B)139.7º27.13%96.86%-
XYZ62.7480.4968.11-
YUV221.84116.898.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.62%
GREEN value IS 247 (96.88% from 255) = 39.27%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=28.62%
G=39.27%
B=32.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802472020.2700.180.03139.780.7283.73
HexB4F7CA1B01238c5154
Octal264367312330223214121124
Binary10110100111101111100101011011010010111000110010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F7CA; }

 p { color: rgb(180,247,202); }

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

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

 a { background-color: rgb(180,247,202); }

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

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

 span { border-color: rgb(180,247,202); }

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