Html Css Color HEX #B2FBDA Magic Mint

📋 copy color: '#B2FBDA'

red 178 ◦ green 251 ◦ blue 218

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

Shades of Magic Mint #B2FBDA

Tints of Magic Mint #B2FBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.69%

R = 27.51%
G = 38.79%
B = 33.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B2FBDA (or 0xB2FBDA) is known color: Magic Mint. HEX triplet: B2, FB and DA. RGB value is (178,251,218). Sum of RGB (Red+Green+Blue) = 178+251+218=647 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.51% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBDA is #4D0425. Grayscale: #E1E1E1. Windows color (decimal): -5047334 or 14351282. OLE color: 14351282.

HSL color Cylindrical-coordinate representation of color #B2FBDA: hue angle of 152.88º 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 #B2FBDA is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 251 218 -
CMYK 0.29 0 0.13 0.02
HSL 152.88º 0.9% 0.84% -
HSV(B) 152.88º 0.29% 0.98% -
XYZ 65.51 83.52 79 -
YUV 225.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 178 251 218 0.29 0 0.13 0.02 152.88 0.9 0.84
Hex B2 FB DA 1D 0 D 2 99 5A 54
Octal 262 373 332 35 0 15 2 231 132 124
Binary 10110010 11111011 11011010 11101 0 1101 10 10011001 1011010 1010100

Color Harmonies of #B2FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBDA

Black with #B2FBDA

Text Example


Text Example

White with #B2FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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