Shades of Pelorous #159CA7
Tints of Pelorous #159CA7
RGB
CMYK
RGB Variations
Color information
#159CA7 (or 0x159CA7) is known color: Pelorous. HEX triplet: 15, 9C and A7. RGB value is (21,156,167). Sum of RGB (Red+Green+Blue) = 21+156+167=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #159CA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159CA7 is #EA6358. Grayscale: #747474. Windows color (decimal): -15360857 or 10984469. OLE color: 10984469.
HSL color Cylindrical-coordinate representation of color #159CA7: hue angle of 184.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159CA7 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 156 | 167 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.35 |
| HSL | 184.52º | 0.78% | 0.37% | - |
| HSV(B) | 184.52º | 0.87% | 0.65% | - |
| XYZ | 19.17 | 26.73 | 40.71 | - |
| YUV | 116.89 | 156.27 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 167 | 0.87 | 0.07 | 0 | 0.35 | 184.52 | 0.78 | 0.37 |
| Hex | 15 | 9C | A7 | 57 | 7 | 0 | 23 | B9 | 4E | 25 |
| Octal | 25 | 234 | 247 | 127 | 7 | 0 | 43 | 271 | 116 | 45 |
| Binary | 10101 | 10011100 | 10100111 | 1010111 | 111 | 0 | 100011 | 10111001 | 1001110 | 100101 |
Color Harmonies of #159CA7
Complementary color
Monochromatic Colors of #159CA7
Black with #159CA7
Text Example
Text Example
White with #159CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CA7; }
p { color: rgb(21,156,167); }
H1.HeaderClassName
{
color: #159CA7;
}
.AnyTagClassName
{
color: #159CA7;
}
</style>
background-color css
<style>
a { background-color: #159CA7; }
a { background-color: rgb(21,156,167); }
div.DivClassName
{
background-color: #159CA7;
}
.BgClassName
{
background-color: #159CA7;
}
</style>
border-color css
<style>
span { border-color: #159CA7; }
span { border-color: rgb(21,156,167); }
td.TdClassName
{
border-color: #159CA7;
}
.TagClassName
{
border-color: #159CA7;
}
</style>