Html Css Color HEX #B2FBC7 Magic Mint

📋 copy color: '#B2FBC7'

red 178 ◦ green 251 ◦ blue 199

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

Shades of Magic Mint #B2FBC7

Tints of Magic Mint #B2FBC7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.97%

 BLUE value IS 199 (78.13% from 255) = 31.69%

R = 28.34%
G = 39.97%
B = 31.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#B2FBC7 (or 0xB2FBC7) is known color: Magic Mint. HEX triplet: B2, FB and C7. RGB value is (178,251,199). Sum of RGB (Red+Green+Blue) = 178+251+199=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBC7 is #4D0438. Grayscale: #DFDFDF. Windows color (decimal): -5047353 or 13106098. OLE color: 13106098.

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

Color convert

RGB 178 251 199 -
CMYK 0.29 0 0.21 0.02
HSL 137.26º 0.9% 0.84% -
HSV(B) 137.26º 0.29% 0.98% -
XYZ 63.17 82.58 66.64 -
YUV 223.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 178 251 199 0.29 0 0.21 0.02 137.26 0.9 0.84
Hex B2 FB C7 1D 0 15 2 89 5A 54
Octal 262 373 307 35 0 25 2 211 132 124
Binary 10110010 11111011 11000111 11101 0 10101 10 10001001 1011010 1010100

Color Harmonies of #B2FBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBC7

Black with #B2FBC7

Text Example


Text Example

White with #B2FBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBC7; }

 p { color: rgb(178,251,199); }

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

background-color css

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

 a { background-color: rgb(178,251,199); }

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

border-color css

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

 span { border-color: rgb(178,251,199); }

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