#B6FCCD

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

Shades of Magic Mint #B6FCCD

Tints of Magic Mint #B6FCCD

Color information

#B6FCCD (or 0xB6FCCD) is unknown color: approx Magic Mint. HEX triplet: B6, FC and CD. RGB value is (182,252,205). Sum of RGB (Red+Green+Blue) = 182+252+205=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCCD is #490332. Grayscale: #E1E1E1. Windows color (decimal): -4784947 or 13499574. OLE color: 13499574.

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

Color convert

RGB182252205-
CMYK0.2800.190.01
HSL139.71º92.11%85.1%-
HSV(B)139.71º27.78%98.82%-
XYZ65.1283.9770.53-
YUV225.71116.3196.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.48%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=28.48%
G=39.44%
B=32.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822522050.2800.190.01139.7192.1185.1
HexB6FCCD1C01318c5c55
Octal266374315340231214134125
Binary1011011011111100110011011110001001111000110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCCD; }

 p { color: rgb(182,252,205); }

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

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

 a { background-color: rgb(182,252,205); }

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

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

 span { border-color: rgb(182,252,205); }

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