Html Css Color HEX #B2FFC8 Magic Mint

📋 copy color: '#B2FFC8'

red 178 ◦ green 255 ◦ blue 200

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

Shades of Magic Mint #B2FFC8

Tints of Magic Mint #B2FFC8

RGB

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

 GREEN value IS 255 (100% from 255) = 40.28%

 BLUE value IS 200 (78.52% from 255) = 31.6%

R = 28.12%
G = 40.28%
B = 31.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#B2FFC8 (or 0xB2FFC8) is known color: Magic Mint. HEX triplet: B2, FF and C8. RGB value is (178,255,200). Sum of RGB (Red+Green+Blue) = 178+255+200=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFC8 is #4D0037. Grayscale: #E1E1E1. Windows color (decimal): -5046328 or 13172658. OLE color: 13172658.

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

Color convert

RGB 178 255 200 -
CMYK 0.30 0 0.22 0
HSL 137.14º 1% 0.85% -
HSV(B) 137.14º 0.3% 1% -
XYZ 64.55 85.16 67.68 -
YUV 225.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 178 255 200 0.30 0 0.22 0 137.14 1 0.85
Hex B2 FF C8 1E 0 16 0 89 64 55
Octal 262 377 310 36 0 26 0 211 144 125
Binary 10110010 11111111 11001000 11110 0 10110 0 10001001 1100100 1010101

Color Harmonies of #B2FFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFC8

Black with #B2FFC8

Text Example


Text Example

White with #B2FFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFC8; }

 p { color: rgb(178,255,200); }

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

background-color css

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

 a { background-color: rgb(178,255,200); }

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

border-color css

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

 span { border-color: rgb(178,255,200); }

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