Shades of Pelorous #13A0AA
Tints of Pelorous #13A0AA
RGB
CMYK
RGB Variations
Color information
#13A0AA (or 0x13A0AA) is known color: Pelorous. HEX triplet: 13, A0 and AA. RGB value is (19,160,170). Sum of RGB (Red+Green+Blue) = 19+160+170=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #13A0AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A0AA is #EC5F55. Grayscale: #767676. Windows color (decimal): -15490902 or 11182099. OLE color: 11182099.
HSL color Cylindrical-coordinate representation of color #13A0AA: hue angle of 183.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A0AA is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 160 | 170 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.33 |
| HSL | 183.97º | 0.8% | 0.37% | - |
| HSV(B) | 183.97º | 0.89% | 0.67% | - |
| XYZ | 20.1 | 28.18 | 42.41 | - |
| YUV | 118.98 | 156.79 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 170 | 0.89 | 0.06 | 0 | 0.33 | 183.97 | 0.8 | 0.37 |
| Hex | 13 | A0 | AA | 59 | 6 | 0 | 21 | B8 | 50 | 25 |
| Octal | 23 | 240 | 252 | 131 | 6 | 0 | 41 | 270 | 120 | 45 |
| Binary | 10011 | 10100000 | 10101010 | 1011001 | 110 | 0 | 100001 | 10111000 | 1010000 | 100101 |
Color Harmonies of #13A0AA
Complementary color
Monochromatic Colors of #13A0AA
Black with #13A0AA
Text Example
Text Example
White with #13A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A0AA; }
p { color: rgb(19,160,170); }
H1.HeaderClassName
{
color: #13A0AA;
}
.AnyTagClassName
{
color: #13A0AA;
}
</style>
background-color css
<style>
a { background-color: #13A0AA; }
a { background-color: rgb(19,160,170); }
div.DivClassName
{
background-color: #13A0AA;
}
.BgClassName
{
background-color: #13A0AA;
}
</style>
border-color css
<style>
span { border-color: #13A0AA; }
span { border-color: rgb(19,160,170); }
td.TdClassName
{
border-color: #13A0AA;
}
.TagClassName
{
border-color: #13A0AA;
}
</style>