Shades of Pelorous #13A1AC
Tints of Pelorous #13A1AC
RGB
CMYK
RGB Variations
Color information
#13A1AC (or 0x13A1AC) is known color: Pelorous. HEX triplet: 13, A1 and AC. RGB value is (19,161,172). Sum of RGB (Red+Green+Blue) = 19+161+172=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #13A1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A1AC is #EC5E53. Grayscale: #777777. Windows color (decimal): -15490644 or 11313427. OLE color: 11313427.
HSL color Cylindrical-coordinate representation of color #13A1AC: hue angle of 184.31º 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 #13A1AC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 161 | 172 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.33 |
| HSL | 184.31º | 0.8% | 0.37% | - |
| HSV(B) | 184.31º | 0.89% | 0.67% | - |
| XYZ | 20.46 | 28.61 | 43.47 | - |
| YUV | 119.8 | 157.46 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 172 | 0.89 | 0.06 | 0 | 0.33 | 184.31 | 0.8 | 0.37 |
| Hex | 13 | A1 | AC | 59 | 6 | 0 | 21 | B8 | 50 | 25 |
| Octal | 23 | 241 | 254 | 131 | 6 | 0 | 41 | 270 | 120 | 45 |
| Binary | 10011 | 10100001 | 10101100 | 1011001 | 110 | 0 | 100001 | 10111000 | 1010000 | 100101 |
Color Harmonies of #13A1AC
Complementary color
Monochromatic Colors of #13A1AC
Black with #13A1AC
Text Example
Text Example
White with #13A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A1AC; }
p { color: rgb(19,161,172); }
H1.HeaderClassName
{
color: #13A1AC;
}
.AnyTagClassName
{
color: #13A1AC;
}
</style>
background-color css
<style>
a { background-color: #13A1AC; }
a { background-color: rgb(19,161,172); }
div.DivClassName
{
background-color: #13A1AC;
}
.BgClassName
{
background-color: #13A1AC;
}
</style>
border-color css
<style>
span { border-color: #13A1AC; }
span { border-color: rgb(19,161,172); }
td.TdClassName
{
border-color: #13A1AC;
}
.TagClassName
{
border-color: #13A1AC;
}
</style>