#B2EED3

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

Shades of Magic Mint #B2EED3

Tints of Magic Mint #B2EED3

Color information

#B2EED3 (or 0xB2EED3) is unknown color: approx Magic Mint. HEX triplet: B2, EE and D3. RGB value is (178,238,211). Sum of RGB (Red+Green+Blue) = 178+238+211=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EED3 is #4D112C. Grayscale: #D9D9D9. Windows color (decimal): -5050669 or 13889202. OLE color: 13889202.

HSL color Cylindrical-coordinate representation of color #B2EED3: hue angle of 153º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EED3 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB178238211-
CMYK0.2500.110.07
HSL153º63.83%81.57%-
HSV(B)153º25.21%93.33%-
XYZ60.6975.3272.97-
YUV216.98124.62100.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.39%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=28.39%
G=37.96%
B=33.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782382110.2500.110.0715363.8381.57
HexB2EED3190B7994052
Octal262356323310137231100122
Binary10110010111011101101001111001010111111001100110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EED3; }

 p { color: rgb(178,238,211); }

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

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

 a { background-color: rgb(178,238,211); }

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

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

 span { border-color: rgb(178,238,211); }

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