#B7FFD0

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

Shades of Magic Mint #B7FFD0

Tints of Magic Mint #B7FFD0

Color information

#B7FFD0 (or 0xB7FFD0) is unknown color: approx Magic Mint. HEX triplet: B7, FF and D0. RGB value is (183,255,208). Sum of RGB (Red+Green+Blue) = 183+255+208=646 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.33% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFD0 is #48002F. Grayscale: #E4E4E4. Windows color (decimal): -4718640 or 13696951. OLE color: 13696951.

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

Color convert

RGB183255208-
CMYK0.2800.180
HSL140.83º100%85.88%-
HSV(B)140.83º28.24%100%-
XYZ66.6786.1472.79-
YUV228.11116.6595.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.33%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=28.33%
G=39.47%
B=32.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832552080.2800.180140.8310085.88
HexB7FFD01C01208d6456
Octal267377320340220215144126
Binary1011011111111111110100001110001001001000110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFD0; }

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

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

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

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

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

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

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

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