#B6FDDC

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

Shades of Magic Mint #B6FDDC

Tints of Magic Mint #B6FDDC

Color information

#B6FDDC (or 0xB6FDDC) is unknown color: approx Magic Mint. HEX triplet: B6, FD and DC. RGB value is (182,253,220). Sum of RGB (Red+Green+Blue) = 182+253+220=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDDC is #490223. Grayscale: #E4E4E4. Windows color (decimal): -4784676 or 14482870. OLE color: 14482870.

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

Color convert

RGB182253220-
CMYK0.2800.130.01
HSL152.11º94.67%85.29%-
HSV(B)152.11º28.06%99.22%-
XYZ67.3385.3680.64-
YUV228.01123.4895.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.79%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=27.79%
G=38.63%
B=33.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822532200.2800.130.01152.1194.6785.29
HexB6FDDC1C0D1985f55
Octal266375334340151230137125
Binary101101101111110111011100111000110111001100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDDC; }

 p { color: rgb(182,253,220); }

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

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

 a { background-color: rgb(182,253,220); }

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

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

 span { border-color: rgb(182,253,220); }

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