#B4F4CF

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

Shades of Magic Mint #B4F4CF

Tints of Magic Mint #B4F4CF

Color information

#B4F4CF (or 0xB4F4CF) is unknown color: approx Magic Mint. HEX triplet: B4, F4 and CF. RGB value is (180,244,207). Sum of RGB (Red+Green+Blue) = 180+244+207=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F4CF is #4B0B30. Grayscale: #DCDCDC. Windows color (decimal): -4918065 or 13628596. OLE color: 13628596.

HSL color Cylindrical-coordinate representation of color #B4F4CF: hue angle of 145.31º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F4CF is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB180244207-
CMYK0.2600.150.04
HSL145.31º74.42%83.14%-
HSV(B)145.31º26.23%95.69%-
XYZ62.4478.9170.97-
YUV220.65120.399.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.53%
GREEN value IS 244 (95.70% from 255) = 38.67%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=28.53%
G=38.67%
B=32.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802442070.2600.150.04145.3174.4283.14
HexB4F4CF1A0F4914a53
Octal264364317320174221112123
Binary10110100111101001100111111010011111001001000110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F4CF; }

 p { color: rgb(180,244,207); }

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

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

 a { background-color: rgb(180,244,207); }

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

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

 span { border-color: rgb(180,244,207); }

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