Html Css Color HEX #B3EDD1 Magic Mint

📋 copy color: '#B3EDD1'

red 179 ◦ green 237 ◦ blue 209

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

Shades of Magic Mint #B3EDD1

Tints of Magic Mint #B3EDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.92%

 BLUE value IS 209 (82.03% from 255) = 33.44%

R = 28.64%
G = 37.92%
B = 33.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#B3EDD1 (or 0xB3EDD1) is known color: Magic Mint. HEX triplet: B3, ED and D1. RGB value is (179,237,209). Sum of RGB (Red+Green+Blue) = 179+237+209=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDD1 is #4C122E. Grayscale: #D8D8D8. Windows color (decimal): -4985391 or 13757875. OLE color: 13757875.

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

Color convert

RGB 179 237 209 -
CMYK 0.24 0 0.12 0.07
HSL 151.03º 0.62% 0.82% -
HSV(B) 151.03º 0.24% 0.93% -
XYZ 60.38 74.76 71.57 -
YUV 216.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 179 237 209 0.24 0 0.12 0.07 151.03 0.62 0.82
Hex B3 ED D1 18 0 C 7 97 3E 52
Octal 263 355 321 30 0 14 7 227 76 122
Binary 10110011 11101101 11010001 11000 0 1100 111 10010111 111110 1010010

Color Harmonies of #B3EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EDD1

Black with #B3EDD1

Text Example


Text Example

White with #B3EDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EDD1; }

 p { color: rgb(179,237,209); }

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

background-color css

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

 a { background-color: rgb(179,237,209); }

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

border-color css

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

 span { border-color: rgb(179,237,209); }

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