Shades of Pelorous #139DAB
Tints of Pelorous #139DAB
RGB
CMYK
RGB Variations
Color information
#139DAB (or 0x139DAB) is known color: Pelorous. HEX triplet: 13, 9D and AB. RGB value is (19,157,171). Sum of RGB (Red+Green+Blue) = 19+157+171=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #139DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DAB is #EC6254. Grayscale: #757575. Windows color (decimal): -15491669 or 11246867. OLE color: 11246867.
HSL color Cylindrical-coordinate representation of color #139DAB: hue angle of 185.53º 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 #139DAB is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 157 | 171 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.33 |
| HSL | 185.53º | 0.8% | 0.37% | - |
| HSV(B) | 185.53º | 0.89% | 0.67% | - |
| XYZ | 19.68 | 27.19 | 42.74 | - |
| YUV | 117.33 | 158.28 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 171 | 0.89 | 0.08 | 0 | 0.33 | 185.53 | 0.8 | 0.37 |
| Hex | 13 | 9D | AB | 59 | 8 | 0 | 21 | BA | 50 | 25 |
| Octal | 23 | 235 | 253 | 131 | 10 | 0 | 41 | 272 | 120 | 45 |
| Binary | 10011 | 10011101 | 10101011 | 1011001 | 1000 | 0 | 100001 | 10111010 | 1010000 | 100101 |
Color Harmonies of #139DAB
Complementary color
Monochromatic Colors of #139DAB
Black with #139DAB
Text Example
Text Example
White with #139DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DAB; }
p { color: rgb(19,157,171); }
H1.HeaderClassName
{
color: #139DAB;
}
.AnyTagClassName
{
color: #139DAB;
}
</style>
background-color css
<style>
a { background-color: #139DAB; }
a { background-color: rgb(19,157,171); }
div.DivClassName
{
background-color: #139DAB;
}
.BgClassName
{
background-color: #139DAB;
}
</style>
border-color css
<style>
span { border-color: #139DAB; }
span { border-color: rgb(19,157,171); }
td.TdClassName
{
border-color: #139DAB;
}
.TagClassName
{
border-color: #139DAB;
}
</style>