Shades of Pelorous #159DAA
Tints of Pelorous #159DAA
RGB
CMYK
RGB Variations
Color information
#159DAA (or 0x159DAA) is known color: Pelorous. HEX triplet: 15, 9D and AA. RGB value is (21,157,170). Sum of RGB (Red+Green+Blue) = 21+157+170=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #159DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159DAA is #EA6255. Grayscale: #757575. Windows color (decimal): -15360598 or 11181333. OLE color: 11181333.
HSL color Cylindrical-coordinate representation of color #159DAA: hue angle of 185.23º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159DAA is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 157 | 170 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.33 |
| HSL | 185.23º | 0.78% | 0.37% | - |
| HSV(B) | 185.23º | 0.88% | 0.67% | - |
| XYZ | 19.62 | 27.18 | 42.24 | - |
| YUV | 117.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 170 | 0.88 | 0.08 | 0 | 0.33 | 185.23 | 0.78 | 0.37 |
| Hex | 15 | 9D | AA | 58 | 8 | 0 | 21 | B9 | 4E | 25 |
| Octal | 25 | 235 | 252 | 130 | 10 | 0 | 41 | 271 | 116 | 45 |
| Binary | 10101 | 10011101 | 10101010 | 1011000 | 1000 | 0 | 100001 | 10111001 | 1001110 | 100101 |
Color Harmonies of #159DAA
Complementary color
Monochromatic Colors of #159DAA
Black with #159DAA
Text Example
Text Example
White with #159DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DAA; }
p { color: rgb(21,157,170); }
H1.HeaderClassName
{
color: #159DAA;
}
.AnyTagClassName
{
color: #159DAA;
}
</style>
background-color css
<style>
a { background-color: #159DAA; }
a { background-color: rgb(21,157,170); }
div.DivClassName
{
background-color: #159DAA;
}
.BgClassName
{
background-color: #159DAA;
}
</style>
border-color css
<style>
span { border-color: #159DAA; }
span { border-color: rgb(21,157,170); }
td.TdClassName
{
border-color: #159DAA;
}
.TagClassName
{
border-color: #159DAA;
}
</style>