#B3EFD2

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

Shades of Magic Mint #B3EFD2

Tints of Magic Mint #B3EFD2

Color information

#B3EFD2 (or 0xB3EFD2) is unknown color: approx Magic Mint. HEX triplet: B3, EF and D2. RGB value is (179,239,210). Sum of RGB (Red+Green+Blue) = 179+239+210=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFD2 is #4C102D. Grayscale: #D9D9D9. Windows color (decimal): -4984878 or 13823923. OLE color: 13823923.

HSL color Cylindrical-coordinate representation of color #B3EFD2: hue angle of 151º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFD2 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB179239210-
CMYK0.2500.120.06
HSL151º65.22%81.96%-
HSV(B)151º25.1%93.73%-
XYZ61.0975.9772.42-
YUV217.75123.62100.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.50%
GREEN value IS 239 (93.75% from 255) = 38.06%
BLUE value IS 210 (82.42% from 255) = 33.44%
R=28.50%
G=38.06%
B=33.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792392100.2500.120.0615165.2281.96
HexB3EFD2190C6974152
Octal263357322310146227101122
Binary10110011111011111101001011001011001101001011110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFD2; }

 p { color: rgb(179,239,210); }

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

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

 a { background-color: rgb(179,239,210); }

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

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

 span { border-color: rgb(179,239,210); }

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