#B5FBDC

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

Shades of Magic Mint #B5FBDC

Tints of Magic Mint #B5FBDC

Color information

#B5FBDC (or 0xB5FBDC) is unknown color: approx Magic Mint. HEX triplet: B5, FB and DC. RGB value is (181,251,220). Sum of RGB (Red+Green+Blue) = 181+251+220=652 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.76% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FBDC is #4A0423. Grayscale: #E2E2E2. Windows color (decimal): -4850724 or 14482357. OLE color: 14482357.

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

Color convert

RGB181251220-
CMYK0.2800.120.02
HSL153.43º89.74%84.71%-
HSV(B)153.43º27.89%98.43%-
XYZ66.4783.9980.42-
YUV226.54124.3195.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.76%
GREEN value IS 251 (98.44% from 255) = 38.50%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=27.76%
G=38.50%
B=33.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812512200.2800.120.02153.4389.7484.71
HexB5FBDC1C0C2995a55
Octal265373334340142231132125
Binary1011010111111011110111001110001100101001100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBDC; }

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

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

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

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

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

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

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

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