#B0E2CA

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

Shades of Magic Mint #B0E2CA

Tints of Magic Mint #B0E2CA

Color information

#B0E2CA (or 0xB0E2CA) is unknown color: approx Magic Mint. HEX triplet: B0, E2 and CA. RGB value is (176,226,202). Sum of RGB (Red+Green+Blue) = 176+226+202=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2CA is #4F1D35. Grayscale: #D0D0D0. Windows color (decimal): -5184822 or 13296304. OLE color: 13296304.

HSL color Cylindrical-coordinate representation of color #B0E2CA: hue angle of 151.2º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E2CA is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB176226202-
CMYK0.2200.110.11
HSL151.2º46.3%78.82%-
HSV(B)151.2º22.12%88.63%-
XYZ55.7667.8966.04-
YUV208.31124.44104.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=29.14%
G=37.42%
B=33.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762262020.2200.110.11151.246.378.82
HexB0E2CA160BB972e4f
Octal260342312260131322756117
Binary10110000111000101100101010110010111011100101111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E2CA; }

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

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

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

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

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

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

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

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