Html Css Color HEX #B2EBD2 Magic Mint

📋 copy color: '#B2EBD2'

red 178 ◦ green 235 ◦ blue 210

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

Shades of Magic Mint #B2EBD2

Tints of Magic Mint #B2EBD2

RGB

 RED value IS 178 (69.92% from 255) = 28.57%

 GREEN value IS 235 (92.19% from 255) = 37.72%

 BLUE value IS 210 (82.42% from 255) = 33.71%

R = 28.57%
G = 37.72%
B = 33.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#B2EBD2 (or 0xB2EBD2) is known color: Magic Mint. HEX triplet: B2, EB and D2. RGB value is (178,235,210). Sum of RGB (Red+Green+Blue) = 178+235+210=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBD2 is #4D142D. Grayscale: #D7D7D7. Windows color (decimal): -5051438 or 13822898. OLE color: 13822898.

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

Color convert

RGB 178 235 210 -
CMYK 0.24 0 0.11 0.08
HSL 153.68º 0.59% 0.81% -
HSV(B) 153.68º 0.24% 0.92% -
XYZ 59.7 73.53 72.02 -
YUV 215.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 178 235 210 0.24 0 0.11 0.08 153.68 0.59 0.81
Hex B2 EB D2 18 0 B 8 9A 3B 51
Octal 262 353 322 30 0 13 10 232 73 121
Binary 10110010 11101011 11010010 11000 0 1011 1000 10011010 111011 1010001

Color Harmonies of #B2EBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBD2

Black with #B2EBD2

Text Example


Text Example

White with #B2EBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBD2; }

 p { color: rgb(178,235,210); }

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

background-color css

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

 a { background-color: rgb(178,235,210); }

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

border-color css

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

 span { border-color: rgb(178,235,210); }

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