#B3FCDC

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

Shades of Magic Mint #B3FCDC

Tints of Magic Mint #B3FCDC

Color information

#B3FCDC (or 0xB3FCDC) is unknown color: approx Magic Mint. HEX triplet: B3, FC and DC. RGB value is (179,252,220). Sum of RGB (Red+Green+Blue) = 179+252+220=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCDC is #4C0323. Grayscale: #E2E2E2. Windows color (decimal): -4981540 or 14482611. OLE color: 14482611.

HSL color Cylindrical-coordinate representation of color #B3FCDC: hue angle of 153.7º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FCDC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB179252220-
CMYK0.2900.130.01
HSL153.7º92.41%84.51%-
HSV(B)153.7º28.97%98.82%-
XYZ66.3284.3780.5-
YUV226.52124.3294.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.50%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=27.50%
G=38.71%
B=33.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792522200.2900.130.01153.792.4184.51
HexB3FCDC1D0D19a5c55
Octal263374334350151232134125
Binary101100111111110011011100111010110111001101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCDC; }

 p { color: rgb(179,252,220); }

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

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

 a { background-color: rgb(179,252,220); }

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

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

 span { border-color: rgb(179,252,220); }

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