#B5F9DC

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

Shades of Magic Mint #B5F9DC

Tints of Magic Mint #B5F9DC

Color information

#B5F9DC (or 0xB5F9DC) is unknown color: approx Magic Mint. HEX triplet: B5, F9 and DC. RGB value is (181,249,220). Sum of RGB (Red+Green+Blue) = 181+249+220=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F9DC is #4A0623. Grayscale: #E1E1E1. Windows color (decimal): -4851236 or 14481845. OLE color: 14481845.

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

Color convert

RGB181249220-
CMYK0.2700.120.02
HSL154.41º85%84.31%-
HSV(B)154.41º27.31%97.65%-
XYZ65.8582.7480.21-
YUV225.36124.9796.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.85%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=27.85%
G=38.31%
B=33.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812492200.2700.120.02154.418584.31
HexB5F9DC1B0C29a5554
Octal265371334330142232125124
Binary1011010111111001110111001101101100101001101010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F9DC; }

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

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

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

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

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

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

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

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