#B3F8CD

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

Shades of Magic Mint #B3F8CD

Tints of Magic Mint #B3F8CD

Color information

#B3F8CD (or 0xB3F8CD) is unknown color: approx Magic Mint. HEX triplet: B3, F8 and CD. RGB value is (179,248,205). Sum of RGB (Red+Green+Blue) = 179+248+205=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #B3F8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F8CD is #4C0732. Grayscale: #DEDEDE. Windows color (decimal): -4982579 or 13498547. OLE color: 13498547.

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

Color convert

RGB179248205-
CMYK0.2800.170.03
HSL142.61º83.13%83.73%-
HSV(B)142.61º27.82%97.25%-
XYZ63.1881.1370.09-
YUV222.47118.1497-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.32%
GREEN value IS 248 (97.27% from 255) = 39.24%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=28.32%
G=39.24%
B=32.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792482050.2800.170.03142.6183.1383.73
HexB3F8CD1C01138f5354
Octal263370315340213217123124
Binary10110011111110001100110111100010001111000111110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F8CD; }

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

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

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

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

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

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

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

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