Html Css Color HEX #B2F8D4 Magic Mint

📋 copy color: '#B2F8D4'

red 178 ◦ green 248 ◦ blue 212

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

Shades of Magic Mint #B2F8D4

Tints of Magic Mint #B2F8D4

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.87%

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

R = 27.9%
G = 38.87%
B = 33.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#B2F8D4 (or 0xB2F8D4) is known color: Magic Mint. HEX triplet: B2, F8 and D4. RGB value is (178,248,212). Sum of RGB (Red+Green+Blue) = 178+248+212=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8D4 is #4D072B. Grayscale: #DFDFDF. Windows color (decimal): -5048108 or 13957298. OLE color: 13957298.

HSL color Cylindrical-coordinate representation of color #B2F8D4: hue angle of 149.14º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8D4 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 248 212 -
CMYK 0.28 0 0.15 0.03
HSL 149.14º 0.83% 0.84% -
HSV(B) 149.14º 0.28% 0.97% -
XYZ 63.81 81.35 74.63 -
YUV 222.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 178 248 212 0.28 0 0.15 0.03 149.14 0.83 0.84
Hex B2 F8 D4 1C 0 F 3 95 53 54
Octal 262 370 324 34 0 17 3 225 123 124
Binary 10110010 11111000 11010100 11100 0 1111 11 10010101 1010011 1010100

Color Harmonies of #B2F8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F8D4

Black with #B2F8D4

Text Example


Text Example

White with #B2F8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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