#B3F3D4

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

Shades of Magic Mint #B3F3D4

Tints of Magic Mint #B3F3D4

Color information

#B3F3D4 (or 0xB3F3D4) is unknown color: approx Magic Mint. HEX triplet: B3, F3 and D4. RGB value is (179,243,212). Sum of RGB (Red+Green+Blue) = 179+243+212=634 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.23% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3D4 is #4C0C2B. Grayscale: #DCDCDC. Windows color (decimal): -4983852 or 13956019. OLE color: 13956019.

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

Color convert

RGB179243212-
CMYK0.2600.130.05
HSL150.94º72.73%82.75%-
HSV(B)150.94º26.34%95.29%-
XYZ62.5278.4474.13-
YUV220.33123.398.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.23%
GREEN value IS 243 (95.31% from 255) = 38.33%
BLUE value IS 212 (83.20% from 255) = 33.44%
R=28.23%
G=38.33%
B=33.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792432120.2600.130.05150.9472.7382.75
HexB3F3D41A0D5974953
Octal263363324320155227111123
Binary10110011111100111101010011010011011011001011110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3D4; }

 p { color: rgb(179,243,212); }

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

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

 a { background-color: rgb(179,243,212); }

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

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

 span { border-color: rgb(179,243,212); }

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