#B0FDDF

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

Shades of Magic Mint #B0FDDF

Tints of Magic Mint #B0FDDF

Color information

#B0FDDF (or 0xB0FDDF) is unknown color: approx Magic Mint. HEX triplet: B0, FD and DF. RGB value is (176,253,223). Sum of RGB (Red+Green+Blue) = 176+253+223=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDDF is #4F0220. Grayscale: #E2E2E2. Windows color (decimal): -5177889 or 14679472. OLE color: 14679472.

HSL color Cylindrical-coordinate representation of color #B0FDDF: hue angle of 156.62º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FDDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB176253223-
CMYK0.3000.120.01
HSL156.62º95.06%84.12%-
HSV(B)156.62º30.43%99.22%-
XYZ66.3584.8182.68-
YUV226.56125.9991.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.99%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=26.99%
G=38.80%
B=34.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762532230.3000.120.01156.6295.0684.12
HexB0FDDF1E0C19d5f54
Octal260375337360141235137124
Binary101100001111110111011111111100110011001110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDDF; }

 p { color: rgb(176,253,223); }

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

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

 a { background-color: rgb(176,253,223); }

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

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

 span { border-color: rgb(176,253,223); }

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