#B6F6CD

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

Shades of Magic Mint #B6F6CD

Tints of Magic Mint #B6F6CD

Color information

#B6F6CD (or 0xB6F6CD) is unknown color: approx Magic Mint. HEX triplet: B6, F6 and CD. RGB value is (182,246,205). Sum of RGB (Red+Green+Blue) = 182+246+205=633 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.75% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F6CD is #490932. Grayscale: #DEDEDE. Windows color (decimal): -4786483 or 13498038. OLE color: 13498038.

HSL color Cylindrical-coordinate representation of color #B6F6CD: hue angle of 141.56º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F6CD is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB182246205-
CMYK0.2600.170.04
HSL141.56º78.05%83.92%-
HSV(B)141.56º26.02%96.47%-
XYZ63.2780.2669.92-
YUV222.19118.399.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.75%
GREEN value IS 246 (96.48% from 255) = 38.86%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=28.75%
G=38.86%
B=32.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822462050.2600.170.04141.5678.0583.92
HexB6F6CD1A01148e4e54
Octal266366315320214216116124
Binary101101101111011011001101110100100011001000111010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F6CD; }

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

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

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

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

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

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

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

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