#B6FCDD

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

Shades of Magic Mint #B6FCDD

Tints of Magic Mint #B6FCDD

Color information

#B6FCDD (or 0xB6FCDD) is unknown color: approx Magic Mint. HEX triplet: B6, FC and DD. RGB value is (182,252,221). Sum of RGB (Red+Green+Blue) = 182+252+221=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCDD is #490322. Grayscale: #E3E3E3. Windows color (decimal): -4784931 or 14548150. OLE color: 14548150.

HSL color Cylindrical-coordinate representation of color #B6FCDD: hue angle of 153.43º 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 #B6FCDD is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB182252221-
CMYK0.2800.120.01
HSL153.43º92.11%85.1%-
HSV(B)153.43º27.78%98.82%-
XYZ67.1584.7981.23-
YUV227.54124.3195.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.79%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 221 (86.72% from 255) = 33.74%
R=27.79%
G=38.47%
B=33.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822522210.2800.120.01153.4392.1185.1
HexB6FCDD1C0C1995c55
Octal266374335340141231134125
Binary101101101111110011011101111000110011001100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCDD; }

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

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

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

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

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

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

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

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