#B4FCCA

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

Shades of Magic Mint #B4FCCA

Tints of Magic Mint #B4FCCA

Color information

#B4FCCA (or 0xB4FCCA) is unknown color: approx Magic Mint. HEX triplet: B4, FC and CA. RGB value is (180,252,202). Sum of RGB (Red+Green+Blue) = 180+252+202=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCCA is #4B0335. Grayscale: #E0E0E0. Windows color (decimal): -4916022 or 13302964. OLE color: 13302964.

HSL color Cylindrical-coordinate representation of color #B4FCCA: hue angle of 138.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FCCA is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB180252202-
CMYK0.2900.200.01
HSL138.33º92.31%84.71%-
HSV(B)138.33º28.57%98.82%-
XYZ64.2983.5968.62-
YUV224.77115.1596.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.39%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=28.39%
G=39.75%
B=31.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802522020.2900.200.01138.3392.3184.71
HexB4FCCA1D01418a5c55
Octal264374312350241212134125
Binary1011010011111100110010101110101010011000101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCCA; }

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

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

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

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

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

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

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

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