#B0FDCA

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

Shades of Magic Mint #B0FDCA

Tints of Magic Mint #B0FDCA

Color information

#B0FDCA (or 0xB0FDCA) is unknown color: approx Magic Mint. HEX triplet: B0, FD and CA. RGB value is (176,253,202). Sum of RGB (Red+Green+Blue) = 176+253+202=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDCA is #4F0235. Grayscale: #E0E0E0. Windows color (decimal): -5177910 or 13303216. OLE color: 13303216.

HSL color Cylindrical-coordinate representation of color #B0FDCA: hue angle of 140.26º 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 #B0FDCA is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB176253202-
CMYK0.3000.200.01
HSL140.26º95.06%84.12%-
HSV(B)140.26º30.43%99.22%-
XYZ63.6983.7468.68-
YUV224.16115.4993.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.89%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=27.89%
G=40.10%
B=32.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762532020.3000.200.01140.2695.0684.12
HexB0FDCA1E01418c5f54
Octal260375312360241214137124
Binary1011000011111101110010101111001010011000110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDCA; }

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

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

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

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

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

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

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

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