#B4F6CD

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

Shades of Magic Mint #B4F6CD

Tints of Magic Mint #B4F6CD

Color information

#B4F6CD (or 0xB4F6CD) is unknown color: approx Magic Mint. HEX triplet: B4, F6 and CD. RGB value is (180,246,205). Sum of RGB (Red+Green+Blue) = 180+246+205=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F6CD is #4B0932. Grayscale: #DDDDDD. Windows color (decimal): -4917555 or 13498036. OLE color: 13498036.

HSL color Cylindrical-coordinate representation of color #B4F6CD: hue angle of 142.73º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F6CD is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB180246205-
CMYK0.2700.170.04
HSL142.73º78.57%83.53%-
HSV(B)142.73º26.83%96.47%-
XYZ62.880.0269.89-
YUV221.59118.6398.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.53%
GREEN value IS 246 (96.48% from 255) = 38.99%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=28.53%
G=38.99%
B=32.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802462050.2700.170.04142.7378.5783.53
HexB4F6CD1B01148f4f54
Octal264366315330214217117124
Binary101101001111011011001101110110100011001000111110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F6CD; }

 p { color: rgb(180,246,205); }

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

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

 a { background-color: rgb(180,246,205); }

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

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

 span { border-color: rgb(180,246,205); }

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