Html Css Color HEX #B2EFCE Magic Mint

📋 copy color: '#B2EFCE'

red 178 ◦ green 239 ◦ blue 206

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

Shades of Magic Mint #B2EFCE

Tints of Magic Mint #B2EFCE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.36%

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

R = 28.57%
G = 38.36%
B = 33.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#B2EFCE (or 0xB2EFCE) is known color: Magic Mint. HEX triplet: B2, EF and CE. RGB value is (178,239,206). Sum of RGB (Red+Green+Blue) = 178+239+206=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFCE is #4D1031. Grayscale: #D9D9D9. Windows color (decimal): -5050418 or 13561778. OLE color: 13561778.

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

Color convert

RGB 178 239 206 -
CMYK 0.26 0 0.14 0.06
HSL 147.54º 0.66% 0.82% -
HSV(B) 147.54º 0.26% 0.94% -
XYZ 60.37 75.65 69.81 -
YUV 217 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 178 239 206 0.26 0 0.14 0.06 147.54 0.66 0.82
Hex B2 EF CE 1A 0 E 6 94 42 52
Octal 262 357 316 32 0 16 6 224 102 122
Binary 10110010 11101111 11001110 11010 0 1110 110 10010100 1000010 1010010

Color Harmonies of #B2EFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFCE

Black with #B2EFCE

Text Example


Text Example

White with #B2EFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFCE; }

 p { color: rgb(178,239,206); }

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

background-color css

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

 a { background-color: rgb(178,239,206); }

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

border-color css

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

 span { border-color: rgb(178,239,206); }

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