Html Css Color HEX #B8FBDA Magic Mint

📋 copy color: '#B8FBDA'

red 184 ◦ green 251 ◦ blue 218

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

Shades of Magic Mint #B8FBDA

Tints of Magic Mint #B8FBDA

RGB

 RED value IS 184 (72.27% from 255) = 28.18%

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

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

R = 28.18%
G = 38.44%
B = 33.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B8FBDA (or 0xB8FBDA) is known color: Magic Mint. HEX triplet: B8, FB and DA. RGB value is (184,251,218). Sum of RGB (Red+Green+Blue) = 184+251+218=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBDA is #470425. Grayscale: #E3E3E3. Windows color (decimal): -4654118 or 14351288. OLE color: 14351288.

HSL color Cylindrical-coordinate representation of color #B8FBDA: hue angle of 150.45º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBDA is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 251 218 -
CMYK 0.27 0 0.13 0.02
HSL 150.45º 0.89% 0.85% -
HSV(B) 150.45º 0.27% 0.98% -
XYZ 66.92 84.25 79.06 -
YUV 227.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 184 251 218 0.27 0 0.13 0.02 150.45 0.89 0.85
Hex B8 FB DA 1B 0 D 2 96 59 55
Octal 270 373 332 33 0 15 2 226 131 125
Binary 10111000 11111011 11011010 11011 0 1101 10 10010110 1011001 1010101

Color Harmonies of #B8FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FBDA

Black with #B8FBDA

Text Example


Text Example

White with #B8FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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