#B5FBDB

Color #B5FBDB Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B5FBDB

Tints of Magic Mint #B5FBDB

Color information

#B5FBDB (or 0xB5FBDB) is unknown color: approx Magic Mint. HEX triplet: B5, FB and DB. RGB value is (181,251,219). Sum of RGB (Red+Green+Blue) = 181+251+219=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FBDB is #4A0424. Grayscale: #E2E2E2. Windows color (decimal): -4850725 or 14416821. OLE color: 14416821.

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

Color convert

RGB181251219-
CMYK0.2800.130.02
HSL152.57º89.74%84.71%-
HSV(B)152.57º27.89%98.43%-
XYZ66.3483.9379.72-
YUV226.42123.8195.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.80%
GREEN value IS 251 (98.44% from 255) = 38.56%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=27.80%
G=38.56%
B=33.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812512190.2800.130.02152.5789.7484.71
HexB5FBDB1C0D2995a55
Octal265373333340152231132125
Binary1011010111111011110110111110001101101001100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBDB; }

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

 H1.HeaderClassName
 {
   color: #B5FBDB;
 }
 .AnyTagClassName
 {
   color: #B5FBDB;
 }
</style>
background-color css

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

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

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

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

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

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