Shades of Madang #B5EEA3
Tints of Madang #B5EEA3
RGB
CMYK
RGB Variations
Color information
#B5EEA3 (or 0xB5EEA3) is known color: Madang. HEX triplet: B5, EE and A3. RGB value is (181,238,163). Sum of RGB (Red+Green+Blue) = 181+238+163=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 163 (64.06% from 255 or 28.01% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EEA3 is #4A115C. Grayscale: #D4D4D4. Windows color (decimal): -4854109 or 10743477. OLE color: 10743477.
HSL color Cylindrical-coordinate representation of color #B5EEA3: hue angle of 105.6º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5EEA3 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 163 | - |
CMYK | 0.24 | 0 | 0.32 | 0.07 |
HSL | 105.6º | 0.69% | 0.79% | - |
HSV(B) | 105.6º | 0.32% | 0.93% | - |
XYZ | 56.24 | 73.62 | 45.9 | - |
YUV | 212.41 | 100.12 | 105.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 163 | 0.24 | 0 | 0.32 | 0.07 | 105.6 | 0.69 | 0.79 |
Hex | B5 | EE | A3 | 18 | 0 | 20 | 7 | 6A | 45 | 4F |
Octal | 265 | 356 | 243 | 30 | 0 | 40 | 7 | 152 | 105 | 117 |
Binary | 10110101 | 11101110 | 10100011 | 11000 | 0 | 100000 | 111 | 1101010 | 1000101 | 1001111 |
Color Harmonies of #B5EEA3
Complementary color
Monochromatic Colors of #B5EEA3
Black with #B5EEA3
Text Example
Text Example
White with #B5EEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EEA3; }
p { color: rgb(181,238,163); }
H1.HeaderClassName
{
color: #B5EEA3;
}
.AnyTagClassName
{
color: #B5EEA3;
}
</style>
background-color css
<style>
a { background-color: #B5EEA3; }
a { background-color: rgb(181,238,163); }
div.DivClassName
{
background-color: #B5EEA3;
}
.BgClassName
{
background-color: #B5EEA3;
}
</style>
border-color css
<style>
span { border-color: #B5EEA3; }
span { border-color: rgb(181,238,163); }
td.TdClassName
{
border-color: #B5EEA3;
}
.TagClassName
{
border-color: #B5EEA3;
}
</style>