Html Css Color HEX #B2EBC9 Magic Mint

📋 copy color: '#B2EBC9'

red 178 ◦ green 235 ◦ blue 201

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

Shades of Magic Mint #B2EBC9

Tints of Magic Mint #B2EBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.74%

R = 28.99%
G = 38.27%
B = 32.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#B2EBC9 (or 0xB2EBC9) is known color: Magic Mint. HEX triplet: B2, EB and C9. RGB value is (178,235,201). Sum of RGB (Red+Green+Blue) = 178+235+201=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBC9 is #4D1436. Grayscale: #D6D6D6. Windows color (decimal): -5051447 or 13233074. OLE color: 13233074.

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

Color convert

RGB 178 235 201 -
CMYK 0.24 0 0.14 0.08
HSL 144.21º 0.59% 0.81% -
HSV(B) 144.21º 0.24% 0.92% -
XYZ 58.61 73.1 66.28 -
YUV 214.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 178 235 201 0.24 0 0.14 0.08 144.21 0.59 0.81
Hex B2 EB C9 18 0 E 8 90 3B 51
Octal 262 353 311 30 0 16 10 220 73 121
Binary 10110010 11101011 11001001 11000 0 1110 1000 10010000 111011 1010001

Color Harmonies of #B2EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBC9

Black with #B2EBC9

Text Example


Text Example

White with #B2EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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