#B0FFDA

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

Shades of Magic Mint #B0FFDA

Tints of Magic Mint #B0FFDA

Color information

#B0FFDA (or 0xB0FFDA) is unknown color: approx Magic Mint. HEX triplet: B0, FF and DA. RGB value is (176,255,218). Sum of RGB (Red+Green+Blue) = 176+255+218=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFDA is #4F0025. Grayscale: #E3E3E3. Windows color (decimal): -5177382 or 14352304. OLE color: 14352304.

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

Color convert

RGB176255218-
CMYK0.3100.150
HSL151.9º100%84.51%-
HSV(B)151.9º30.98%100%-
XYZ66.3285.8179.4-
YUV227.16122.8391.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.12%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=27.12%
G=39.29%
B=33.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552180.3100.150151.910084.51
HexB0FFDA1F0F0986455
Octal260377332370170230144125
Binary101100001111111111011010111110111101001100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFDA; }

 p { color: rgb(176,255,218); }

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

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

 a { background-color: rgb(176,255,218); }

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

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

 span { border-color: rgb(176,255,218); }

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