Shades of Pelorous #119DAA
Tints of Pelorous #119DAA
RGB
CMYK
RGB Variations
Color information
#119DAA (or 0x119DAA) is known color: Pelorous. HEX triplet: 11, 9D and AA. RGB value is (17,157,170). Sum of RGB (Red+Green+Blue) = 17+157+170=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #119DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119DAA is #EE6255. Grayscale: #747474. Windows color (decimal): -15622742 or 11181329. OLE color: 11181329.
HSL color Cylindrical-coordinate representation of color #119DAA: hue angle of 185.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119DAA is Cyan = 0.9, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 157 | 170 | - |
| CMYK | 0.9 | 0.08 | 0 | 0.33 |
| HSL | 185.1º | 0.82% | 0.37% | - |
| HSV(B) | 185.1º | 0.9% | 0.67% | - |
| XYZ | 19.54 | 27.14 | 42.24 | - |
| YUV | 116.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 170 | 0.9 | 0.08 | 0 | 0.33 | 185.1 | 0.82 | 0.37 |
| Hex | 11 | 9D | AA | 5A | 8 | 0 | 21 | B9 | 52 | 25 |
| Octal | 21 | 235 | 252 | 132 | 10 | 0 | 41 | 271 | 122 | 45 |
| Binary | 10001 | 10011101 | 10101010 | 1011010 | 1000 | 0 | 100001 | 10111001 | 1010010 | 100101 |
Color Harmonies of #119DAA
Complementary color
Monochromatic Colors of #119DAA
Black with #119DAA
Text Example
Text Example
White with #119DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DAA; }
p { color: rgb(17,157,170); }
H1.HeaderClassName
{
color: #119DAA;
}
.AnyTagClassName
{
color: #119DAA;
}
</style>
background-color css
<style>
a { background-color: #119DAA; }
a { background-color: rgb(17,157,170); }
div.DivClassName
{
background-color: #119DAA;
}
.BgClassName
{
background-color: #119DAA;
}
</style>
border-color css
<style>
span { border-color: #119DAA; }
span { border-color: rgb(17,157,170); }
td.TdClassName
{
border-color: #119DAA;
}
.TagClassName
{
border-color: #119DAA;
}
</style>