#B3F5CD

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

Shades of Magic Mint #B3F5CD

Tints of Magic Mint #B3F5CD

Color information

#B3F5CD (or 0xB3F5CD) is unknown color: approx Magic Mint. HEX triplet: B3, F5 and CD. RGB value is (179,245,205). Sum of RGB (Red+Green+Blue) = 179+245+205=629 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.46% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F5CD is #4C0A32. Grayscale: #DCDCDC. Windows color (decimal): -4983347 or 13497779. OLE color: 13497779.

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

Color convert

RGB179245205-
CMYK0.2700.160.04
HSL143.64º76.74%83.14%-
HSV(B)143.64º26.94%96.08%-
XYZ62.2679.369.78-
YUV220.71119.1398.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.46%
GREEN value IS 245 (96.09% from 255) = 38.95%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=28.46%
G=38.95%
B=32.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792452050.2700.160.04143.6476.7483.14
HexB3F5CD1B0104904d53
Octal263365315330204220115123
Binary101100111111010111001101110110100001001001000010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F5CD; }

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

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

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

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

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

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

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

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