#B5EDD0

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

Shades of Magic Mint #B5EDD0

Tints of Magic Mint #B5EDD0

Color information

#B5EDD0 (or 0xB5EDD0) is unknown color: approx Magic Mint. HEX triplet: B5, ED and D0. RGB value is (181,237,208). Sum of RGB (Red+Green+Blue) = 181+237+208=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDD0 is #4A122F. Grayscale: #D9D9D9. Windows color (decimal): -4854320 or 13692341. OLE color: 13692341.

HSL color Cylindrical-coordinate representation of color #B5EDD0: hue angle of 148.93º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDD0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB181237208-
CMYK0.2400.120.07
HSL148.93º60.87%81.96%-
HSV(B)148.93º23.63%92.94%-
XYZ60.7374.9570.94-
YUV216.95122.95102.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.91%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=28.91%
G=37.86%
B=33.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812372080.2400.120.07148.9360.8781.96
HexB5EDD0180C7953d52
Octal26535532030014722575122
Binary1011010111101101110100001100001100111100101011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EDD0; }

 p { color: rgb(181,237,208); }

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

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

 a { background-color: rgb(181,237,208); }

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

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

 span { border-color: rgb(181,237,208); }

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