Html Css Color HEX #B2FCC8 Magic Mint

📋 copy color: '#B2FCC8'

red 178 ◦ green 252 ◦ blue 200

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

Shades of Magic Mint #B2FCC8

Tints of Magic Mint #B2FCC8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40%

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

R = 28.25%
G = 40%
B = 31.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#B2FCC8 (or 0xB2FCC8) is known color: Magic Mint. HEX triplet: B2, FC and C8. RGB value is (178,252,200). Sum of RGB (Red+Green+Blue) = 178+252+200=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCC8 is #4D0337. Grayscale: #E0E0E0. Windows color (decimal): -5047096 or 13171890. OLE color: 13171890.

HSL color Cylindrical-coordinate representation of color #B2FCC8: hue angle of 137.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCC8 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 200 -
CMYK 0.29 0 0.21 0.01
HSL 137.84º 0.93% 0.84% -
HSV(B) 137.84º 0.29% 0.99% -
XYZ 63.6 83.26 67.36 -
YUV 223.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 178 252 200 0.29 0 0.21 0.01 137.84 0.93 0.84
Hex B2 FC C8 1D 0 15 1 8A 5C 54
Octal 262 374 310 35 0 25 1 212 134 124
Binary 10110010 11111100 11001000 11101 0 10101 1 10001010 1011100 1010100

Color Harmonies of #B2FCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCC8

Black with #B2FCC8

Text Example


Text Example

White with #B2FCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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