Html Css Color HEX #B2FBDB Magic Mint

📋 copy color: '#B2FBDB'

red 178 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #B2FBDB

Tints of Magic Mint #B2FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 27.47%
G = 38.73%
B = 33.8%

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

#B2FBDB (or 0xB2FBDB) is known color: Magic Mint. HEX triplet: B2, FB and DB. RGB value is (178,251,219). Sum of RGB (Red+Green+Blue) = 178+251+219=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBDB is #4D0424. Grayscale: #E1E1E1. Windows color (decimal): -5047333 or 14416818. OLE color: 14416818.

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

Color convert

RGB 178 251 219 -
CMYK 0.29 0 0.13 0.02
HSL 153.7º 0.9% 0.84% -
HSV(B) 153.7º 0.29% 0.98% -
XYZ 65.64 83.57 79.69 -
YUV 225.53 124.32 94.1 -
System Red Green Blue C M Y K H S L
Decimal 178 251 219 0.29 0 0.13 0.02 153.7 0.9 0.84
Hex B2 FB DB 1D 0 D 2 9A 5A 54
Octal 262 373 333 35 0 15 2 232 132 124
Binary 10110010 11111011 11011011 11101 0 1101 10 10011010 1011010 1010100

Color Harmonies of #B2FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBDB

Black with #B2FBDB

Text Example


Text Example

White with #B2FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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