#B4F2CA

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

Shades of Magic Mint #B4F2CA

Tints of Magic Mint #B4F2CA

Color information

#B4F2CA (or 0xB4F2CA) is unknown color: approx Magic Mint. HEX triplet: B4, F2 and CA. RGB value is (180,242,202). Sum of RGB (Red+Green+Blue) = 180+242+202=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F2CA is #4B0D35. Grayscale: #DBDBDB. Windows color (decimal): -4918582 or 13300404. OLE color: 13300404.

HSL color Cylindrical-coordinate representation of color #B4F2CA: hue angle of 141.29º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F2CA is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB180242202-
CMYK0.2600.170.05
HSL141.29º70.45%82.75%-
HSV(B)141.29º25.62%94.9%-
XYZ61.2477.4767.6-
YUV218.9118.46100.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=28.85%
G=38.78%
B=32.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802422020.2600.170.05141.2970.4582.75
HexB4F2CA1A01158d4653
Octal264362312320215215106123
Binary101101001111001011001010110100100011011000110110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F2CA; }

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

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

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

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

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

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

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

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