Html Css Color HEX #B2FEDB Magic Mint

📋 copy color: '#B2FEDB'

red 178 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #B2FEDB

Tints of Magic Mint #B2FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.02%

 BLUE value IS 219 (85.94% from 255) = 33.64%

R = 27.34%
G = 39.02%
B = 33.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#B2FEDB (or 0xB2FEDB) is known color: Magic Mint. HEX triplet: B2, FE and DB. RGB value is (178,254,219). Sum of RGB (Red+Green+Blue) = 178+254+219=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEDB is #4D0124. Grayscale: #E3E3E3. Windows color (decimal): -5046565 or 14417586. OLE color: 14417586.

HSL color Cylindrical-coordinate representation of color #B2FEDB: hue angle of 152.37º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEDB is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 219 -
CMYK 0.30 0 0.14 0.00
HSL 152.37º 0.97% 0.85% -
HSV(B) 152.37º 0.3% 1% -
XYZ 66.59 85.46 80 -
YUV 227.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 178 254 219 0.30 0 0.14 0.00 152.37 0.97 0.85
Hex B2 FE DB 1E 0 E 0 98 61 55
Octal 262 376 333 36 0 16 0 230 141 125
Binary 10110010 11111110 11011011 11110 0 1110 0 10011000 1100001 1010101

Color Harmonies of #B2FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEDB

Black with #B2FEDB

Text Example


Text Example

White with #B2FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEDB; }

 p { color: rgb(178,254,219); }

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

background-color css

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

 a { background-color: rgb(178,254,219); }

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

border-color css

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

 span { border-color: rgb(178,254,219); }

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