#B0E3CA

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

Shades of Magic Mint #B0E3CA

Tints of Magic Mint #B0E3CA

Color information

#B0E3CA (or 0xB0E3CA) is unknown color: approx Magic Mint. HEX triplet: B0, E3 and CA. RGB value is (176,227,202). Sum of RGB (Red+Green+Blue) = 176+227+202=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E3CA is #4F1C35. Grayscale: #D0D0D0. Windows color (decimal): -5184566 or 13296560. OLE color: 13296560.

HSL color Cylindrical-coordinate representation of color #B0E3CA: hue angle of 150.59º degrees, saturation: 0.48, 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 #B0E3CA is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB176227202-
CMYK0.2200.110.11
HSL150.59º47.66%79.02%-
HSV(B)150.59º22.47%89.02%-
XYZ56.0368.4366.13-
YUV208.9124.1104.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=29.09%
G=37.52%
B=33.39%

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
Decimal1762272020.2200.110.11150.5947.6679.02
HexB0E3CA160BB97304f
Octal260343312260131322760117
Binary10110000111000111100101010110010111011100101111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E3CA; }

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

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

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

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

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

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

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

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