#B8FFDD

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

Shades of Magic Mint #B8FFDD

Tints of Magic Mint #B8FFDD

Color information

#B8FFDD (or 0xB8FFDD) is unknown color: approx Magic Mint. HEX triplet: B8, FF and DD. RGB value is (184,255,221). Sum of RGB (Red+Green+Blue) = 184+255+221=660 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.88% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFDD is #470022. Grayscale: #E5E5E5. Windows color (decimal): -4653091 or 14548920. OLE color: 14548920.

HSL color Cylindrical-coordinate representation of color #B8FFDD: hue angle of 151.27º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFDD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB184255221-
CMYK0.2800.130
HSL151.27º100%86.08%-
HSV(B)151.27º27.84%100%-
XYZ68.5886.9381.57-
YUV229.9122.9895.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.88%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=27.88%
G=38.64%
B=33.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552210.2800.130151.2710086.08
HexB8FFDD1C0D0976456
Octal270377335340150227144126
Binary101110001111111111011101111000110101001011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFDD; }

 p { color: rgb(184,255,221); }

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

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

 a { background-color: rgb(184,255,221); }

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

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

 span { border-color: rgb(184,255,221); }

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