#B8F9DC

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

Shades of Magic Mint #B8F9DC

Tints of Magic Mint #B8F9DC

Color information

#B8F9DC (or 0xB8F9DC) is unknown color: approx Magic Mint. HEX triplet: B8, F9 and DC. RGB value is (184,249,220). Sum of RGB (Red+Green+Blue) = 184+249+220=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F9DC is #470623. Grayscale: #E2E2E2. Windows color (decimal): -4654628 or 14481848. OLE color: 14481848.

HSL color Cylindrical-coordinate representation of color #B8F9DC: hue angle of 153.23º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F9DC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB184249220-
CMYK0.2600.120.02
HSL153.23º84.42%84.9%-
HSV(B)153.23º26.1%97.65%-
XYZ66.5683.1180.24-
YUV226.26124.4797.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.18%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=28.18%
G=38.13%
B=33.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842492200.2600.120.02153.2384.4284.9
HexB8F9DC1A0C2995455
Octal270371334320142231124125
Binary1011100011111001110111001101001100101001100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F9DC; }

 p { color: rgb(184,249,220); }

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

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

 a { background-color: rgb(184,249,220); }

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

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

 span { border-color: rgb(184,249,220); }

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