Shades of Padua #81BCA2
Tints of Padua #81BCA2
RGB
CMYK
RGB Variations
Color information
#81BCA2 (or 0x81BCA2) is known color: Padua. HEX triplet: 81, BC and A2. RGB value is (129,188,162). Sum of RGB (Red+Green+Blue) = 129+188+162=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #81BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BCA2 is #7E435D. Grayscale: #A7A7A7. Windows color (decimal): -8274782 or 10665089. OLE color: 10665089.
HSL color Cylindrical-coordinate representation of color #81BCA2: hue angle of 153.56º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BCA2 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 162 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.26 |
| HSL | 153.56º | 0.31% | 0.62% | - |
| HSV(B) | 153.56º | 0.31% | 0.74% | - |
| XYZ | 33.56 | 43.24 | 40.76 | - |
| YUV | 167.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 162 | 0.31 | 0 | 0.14 | 0.26 | 153.56 | 0.31 | 0.62 |
| Hex | 81 | BC | A2 | 1F | 0 | E | 1A | 9A | 1F | 3E |
| Octal | 201 | 274 | 242 | 37 | 0 | 16 | 32 | 232 | 37 | 76 |
| Binary | 10000001 | 10111100 | 10100010 | 11111 | 0 | 1110 | 11010 | 10011010 | 11111 | 111110 |
Color Harmonies of #81BCA2
Complementary color
Monochromatic Colors of #81BCA2
Black with #81BCA2
Text Example
Text Example
White with #81BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCA2; }
p { color: rgb(129,188,162); }
H1.HeaderClassName
{
color: #81BCA2;
}
.AnyTagClassName
{
color: #81BCA2;
}
</style>
background-color css
<style>
a { background-color: #81BCA2; }
a { background-color: rgb(129,188,162); }
div.DivClassName
{
background-color: #81BCA2;
}
.BgClassName
{
background-color: #81BCA2;
}
</style>
border-color css
<style>
span { border-color: #81BCA2; }
span { border-color: rgb(129,188,162); }
td.TdClassName
{
border-color: #81BCA2;
}
.TagClassName
{
border-color: #81BCA2;
}
</style>