#B4FBCA

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

Shades of Magic Mint #B4FBCA

Tints of Magic Mint #B4FBCA

Color information

#B4FBCA (or 0xB4FBCA) is unknown color: approx Magic Mint. HEX triplet: B4, FB and CA. RGB value is (180,251,202). Sum of RGB (Red+Green+Blue) = 180+251+202=633 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.44% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBCA is #4B0435. Grayscale: #E0E0E0. Windows color (decimal): -4916278 or 13302708. OLE color: 13302708.

HSL color Cylindrical-coordinate representation of color #B4FBCA: hue angle of 138.59º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBCA is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB180251202-
CMYK0.2800.200.02
HSL138.59º89.87%84.51%-
HSV(B)138.59º28.29%98.43%-
XYZ63.9882.9668.52-
YUV224.18115.4896.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.44%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=28.44%
G=39.65%
B=31.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802512020.2800.200.02138.5989.8784.51
HexB4FBCA1C01428b5a55
Octal264373312340242213132125
Binary10110100111110111100101011100010100101000101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBCA; }

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

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

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

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

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

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

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

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