Html Css Color HEX #B2EBC7 Magic Mint

📋 copy color: '#B2EBC7'

red 178 ◦ green 235 ◦ blue 199

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

Shades of Magic Mint #B2EBC7

Tints of Magic Mint #B2EBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.52%

R = 29.08%
G = 38.4%
B = 32.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#B2EBC7 (or 0xB2EBC7) is known color: Magic Mint. HEX triplet: B2, EB and C7. RGB value is (178,235,199). Sum of RGB (Red+Green+Blue) = 178+235+199=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBC7 is #4D1438. Grayscale: #D5D5D5. Windows color (decimal): -5051449 or 13102002. OLE color: 13102002.

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

Color convert

RGB 178 235 199 -
CMYK 0.24 0 0.15 0.08
HSL 142.11º 0.59% 0.81% -
HSV(B) 142.11º 0.24% 0.92% -
XYZ 58.38 73.01 65.05 -
YUV 213.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 178 235 199 0.24 0 0.15 0.08 142.11 0.59 0.81
Hex B2 EB C7 18 0 F 8 8E 3B 51
Octal 262 353 307 30 0 17 10 216 73 121
Binary 10110010 11101011 11000111 11000 0 1111 1000 10001110 111011 1010001

Color Harmonies of #B2EBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBC7

Black with #B2EBC7

Text Example


Text Example

White with #B2EBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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