#B5F0CB

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

Shades of Magic Mint #B5F0CB

Tints of Magic Mint #B5F0CB

Color information

#B5F0CB (or 0xB5F0CB) is unknown color: approx Magic Mint. HEX triplet: B5, F0 and CB. RGB value is (181,240,203). Sum of RGB (Red+Green+Blue) = 181+240+203=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0CB is #4A0F34. Grayscale: #DADADA. Windows color (decimal): -4853557 or 13365429. OLE color: 13365429.

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

Color convert

RGB181240203-
CMYK0.2500.150.06
HSL142.37º66.29%82.55%-
HSV(B)142.37º24.58%94.12%-
XYZ6176.4668.04-
YUV218.14119.45101.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.01%
GREEN value IS 240 (94.14% from 255) = 38.46%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=29.01%
G=38.46%
B=32.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812402030.2500.150.06142.3766.2982.55
HexB5F0CB190F68e4253
Octal265360313310176216102123
Binary10110101111100001100101111001011111101000111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0CB; }

 p { color: rgb(181,240,203); }

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

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

 a { background-color: rgb(181,240,203); }

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

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

 span { border-color: rgb(181,240,203); }

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