#B3F1CD

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

Shades of Magic Mint #B3F1CD

Tints of Magic Mint #B3F1CD

Color information

#B3F1CD (or 0xB3F1CD) is unknown color: approx Magic Mint. HEX triplet: B3, F1 and CD. RGB value is (179,241,205). Sum of RGB (Red+Green+Blue) = 179+241+205=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1CD is #4C0E32. Grayscale: #DADADA. Windows color (decimal): -4984371 or 13496755. OLE color: 13496755.

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

Color convert

RGB179241205-
CMYK0.2600.150.05
HSL145.16º68.89%82.35%-
HSV(B)145.16º25.73%94.51%-
XYZ61.0776.969.38-
YUV218.36120.4699.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.64%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=28.64%
G=38.56%
B=32.8%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792412050.2600.150.05145.1668.8982.35
HexB3F1CD1A0F5914552
Octal263361315320175221105122
Binary10110011111100011100110111010011111011001000110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1CD; }

 p { color: rgb(179,241,205); }

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

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

 a { background-color: rgb(179,241,205); }

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

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

 span { border-color: rgb(179,241,205); }

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