#B3F9CF

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

Shades of Magic Mint #B3F9CF

Tints of Magic Mint #B3F9CF

Color information

#B3F9CF (or 0xB3F9CF) is unknown color: approx Magic Mint. HEX triplet: B3, F9 and CF. RGB value is (179,249,207). Sum of RGB (Red+Green+Blue) = 179+249+207=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F9CF is #4C0630. Grayscale: #DFDFDF. Windows color (decimal): -4982321 or 13629875. OLE color: 13629875.

HSL color Cylindrical-coordinate representation of color #B3F9CF: hue angle of 144º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F9CF is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB179249207-
CMYK0.2800.170.02
HSL144º85.37%83.92%-
HSV(B)144º28.11%97.65%-
XYZ63.7381.8471.47-
YUV223.28118.8196.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 249 (97.66% from 255) = 39.21%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=28.19%
G=39.21%
B=32.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792492070.2800.170.0214485.3783.92
HexB3F9CF1C0112905554
Octal263371317340212220125124
Binary10110011111110011100111111100010001101001000010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9CF; }

 p { color: rgb(179,249,207); }

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

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

 a { background-color: rgb(179,249,207); }

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

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

 span { border-color: rgb(179,249,207); }

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