#B0FEDD

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

Shades of Magic Mint #B0FEDD

Tints of Magic Mint #B0FEDD

Color information

#B0FEDD (or 0xB0FEDD) is unknown color: approx Magic Mint. HEX triplet: B0, FE and DD. RGB value is (176,254,221). Sum of RGB (Red+Green+Blue) = 176+254+221=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEDD is #4F0122. Grayscale: #E2E2E2. Windows color (decimal): -5177635 or 14548656. OLE color: 14548656.

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

Color convert

RGB176254221-
CMYK0.3100.130.00
HSL154.62º97.5%84.31%-
HSV(B)154.62º30.71%99.61%-
XYZ66.485.3381.38-
YUV226.92124.6691.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.04%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=27.04%
G=39.02%
B=33.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762542210.3100.130.00154.6297.584.31
HexB0FEDD1F0D09b6254
Octal260376335370150233142124
Binary101100001111111011011101111110110101001101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEDD; }

 p { color: rgb(176,254,221); }

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

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

 a { background-color: rgb(176,254,221); }

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

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

 span { border-color: rgb(176,254,221); }

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