Shades of Gum Leaf #A5D0B4
Tints of Gum Leaf #A5D0B4
RGB
CMYK
RGB Variations
Color information
#A5D0B4 (or 0xA5D0B4) is known color: Gum Leaf. HEX triplet: A5, D0 and B4. RGB value is (165,208,180). Sum of RGB (Red+Green+Blue) = 165+208+180=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0B4 is #5A2F4B. Grayscale: #C0C0C0. Windows color (decimal): -5910348 or 11849893. OLE color: 11849893.
HSL color Cylindrical-coordinate representation of color #A5D0B4: hue angle of 140.93º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D0B4 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 180 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.18 |
| HSL | 140.93º | 0.31% | 0.73% | - |
| HSV(B) | 140.93º | 0.21% | 0.82% | - |
| XYZ | 46.31 | 56.41 | 51.63 | - |
| YUV | 191.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 180 | 0.21 | 0 | 0.13 | 0.18 | 140.93 | 0.31 | 0.73 |
| Hex | A5 | D0 | B4 | 15 | 0 | D | 12 | 8D | 1F | 49 |
| Octal | 245 | 320 | 264 | 25 | 0 | 15 | 22 | 215 | 37 | 111 |
| Binary | 10100101 | 11010000 | 10110100 | 10101 | 0 | 1101 | 10010 | 10001101 | 11111 | 1001001 |
Color Harmonies of #A5D0B4
Complementary color
Monochromatic Colors of #A5D0B4
Black with #A5D0B4
Text Example
Text Example
White with #A5D0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D0B4; }
p { color: rgb(165,208,180); }
H1.HeaderClassName
{
color: #A5D0B4;
}
.AnyTagClassName
{
color: #A5D0B4;
}
</style>
background-color css
<style>
a { background-color: #A5D0B4; }
a { background-color: rgb(165,208,180); }
div.DivClassName
{
background-color: #A5D0B4;
}
.BgClassName
{
background-color: #A5D0B4;
}
</style>
border-color css
<style>
span { border-color: #A5D0B4; }
span { border-color: rgb(165,208,180); }
td.TdClassName
{
border-color: #A5D0B4;
}
.TagClassName
{
border-color: #A5D0B4;
}
</style>