#B5F1CC

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

Shades of Magic Mint #B5F1CC

Tints of Magic Mint #B5F1CC

Color information

#B5F1CC (or 0xB5F1CC) is unknown color: approx Magic Mint. HEX triplet: B5, F1 and CC. RGB value is (181,241,204). Sum of RGB (Red+Green+Blue) = 181+241+204=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1CC is #4A0E33. Grayscale: #DADADA. Windows color (decimal): -4853300 or 13431221. OLE color: 13431221.

HSL color Cylindrical-coordinate representation of color #B5F1CC: hue angle of 143º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1CC is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB181241204-
CMYK0.2500.150.05
HSL143º68.18%82.75%-
HSV(B)143º24.9%94.51%-
XYZ61.4177.0968.77-
YUV218.84119.62101.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.91%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=28.91%
G=38.50%
B=32.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412040.2500.150.0514368.1882.75
HexB5F1CC190F58f4453
Octal265361314310175217104123
Binary10110101111100011100110011001011111011000111110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1CC; }

 p { color: rgb(181,241,204); }

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

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

 a { background-color: rgb(181,241,204); }

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

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

 span { border-color: rgb(181,241,204); }

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