Html Css Color HEX #B0FBDA Magic Mint

📋 copy color: '#B0FBDA'

red 176 ◦ green 251 ◦ blue 218

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

Shades of Magic Mint #B0FBDA

Tints of Magic Mint #B0FBDA

RGB

 RED value IS 176 (69.14% from 255) = 27.29%

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

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

R = 27.29%
G = 38.91%
B = 33.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B0FBDA (or 0xB0FBDA) is known color: Magic Mint. HEX triplet: B0, FB and DA. RGB value is (176,251,218). Sum of RGB (Red+Green+Blue) = 176+251+218=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBDA is #4F0425. Grayscale: #E0E0E0. Windows color (decimal): -5178406 or 14351280. OLE color: 14351280.

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

Color convert

RGB 176 251 218 -
CMYK 0.30 0 0.13 0.02
HSL 153.6º 0.9% 0.84% -
HSV(B) 153.6º 0.3% 0.98% -
XYZ 65.06 83.29 78.98 -
YUV 224.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 176 251 218 0.30 0 0.13 0.02 153.6 0.9 0.84
Hex B0 FB DA 1E 0 D 2 9A 5A 54
Octal 260 373 332 36 0 15 2 232 132 124
Binary 10110000 11111011 11011010 11110 0 1101 10 10011010 1011010 1010100

Color Harmonies of #B0FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBDA

Black with #B0FBDA

Text Example


Text Example

White with #B0FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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