Html Css Color HEX #B2EAD4 Magic Mint

📋 copy color: '#B2EAD4'

red 178 ◦ green 234 ◦ blue 212

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

Shades of Magic Mint #B2EAD4

Tints of Magic Mint #B2EAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.97%

R = 28.53%
G = 37.5%
B = 33.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#B2EAD4 (or 0xB2EAD4) is known color: Magic Mint. HEX triplet: B2, EA and D4. RGB value is (178,234,212). Sum of RGB (Red+Green+Blue) = 178+234+212=624 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.53% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAD4 is #4D152B. Grayscale: #D6D6D6. Windows color (decimal): -5051692 or 13953714. OLE color: 13953714.

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

Color convert

RGB 178 234 212 -
CMYK 0.24 0 0.09 0.08
HSL 156.43º 0.57% 0.81% -
HSV(B) 156.43º 0.24% 0.92% -
XYZ 59.67 73.06 73.25 -
YUV 214.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 178 234 212 0.24 0 0.09 0.08 156.43 0.57 0.81
Hex B2 EA D4 18 0 9 8 9C 39 51
Octal 262 352 324 30 0 11 10 234 71 121
Binary 10110010 11101010 11010100 11000 0 1001 1000 10011100 111001 1010001

Color Harmonies of #B2EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAD4

Black with #B2EAD4

Text Example


Text Example

White with #B2EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAD4; }

 p { color: rgb(178,234,212); }

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

background-color css

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

 a { background-color: rgb(178,234,212); }

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

border-color css

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

 span { border-color: rgb(178,234,212); }

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