Html Css Color HEX #B3EACE Magic Mint

📋 copy color: '#B3EACE'

red 179 ◦ green 234 ◦ blue 206

#B3EACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #B3EACE

Tints of Magic Mint #B3EACE

RGB

 RED value IS 179 (70.31% from 255) = 28.92%

 GREEN value IS 234 (91.8% from 255) = 37.8%

 BLUE value IS 206 (80.86% from 255) = 33.28%

R = 28.92%
G = 37.8%
B = 33.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#B3EACE (or 0xB3EACE) is known color: Magic Mint. HEX triplet: B3, EA and CE. RGB value is (179,234,206). Sum of RGB (Red+Green+Blue) = 179+234+206=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EACE is #4C1531. Grayscale: #D6D6D6. Windows color (decimal): -4986162 or 13560499. OLE color: 13560499.

HSL color Cylindrical-coordinate representation of color #B3EACE: hue angle of 149.45º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EACE is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 234 206 -
CMYK 0.24 0 0.12 0.08
HSL 149.45º 0.57% 0.81% -
HSV(B) 149.45º 0.24% 0.92% -
XYZ 59.15 72.89 69.34 -
YUV 214.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 179 234 206 0.24 0 0.12 0.08 149.45 0.57 0.81
Hex B3 EA CE 18 0 C 8 95 39 51
Octal 263 352 316 30 0 14 10 225 71 121
Binary 10110011 11101010 11001110 11000 0 1100 1000 10010101 111001 1010001

Color Harmonies of #B3EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EACE

Black with #B3EACE

Text Example


Text Example

White with #B3EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EACE; }

 p { color: rgb(179,234,206); }

 H1.HeaderClassName
 {
   color: #B3EACE;
 }
 .AnyTagClassName
 {
   color: #B3EACE;
 }
</style>

background-color css

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

 a { background-color: rgb(179,234,206); }

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

border-color css

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

 span { border-color: rgb(179,234,206); }

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