#B7FFDC

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

Shades of Magic Mint #B7FFDC

Tints of Magic Mint #B7FFDC

Color information

#B7FFDC (or 0xB7FFDC) is unknown color: approx Magic Mint. HEX triplet: B7, FF and DC. RGB value is (183,255,220). Sum of RGB (Red+Green+Blue) = 183+255+220=658 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.81% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFDC is #480023. Grayscale: #E5E5E5. Windows color (decimal): -4718628 or 14483383. OLE color: 14483383.

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

Color convert

RGB183255220-
CMYK0.2800.140
HSL150.83º100%85.88%-
HSV(B)150.83º28.24%100%-
XYZ68.2186.7580.86-
YUV229.48122.6594.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.81%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=27.81%
G=38.75%
B=33.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832552200.2800.140150.8310085.88
HexB7FFDC1C0E0976456
Octal267377334340160227144126
Binary101101111111111111011100111000111001001011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFDC; }

 p { color: rgb(183,255,220); }

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

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

 a { background-color: rgb(183,255,220); }

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

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

 span { border-color: rgb(183,255,220); }

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