Shades of Pelorous #129DAD
Tints of Pelorous #129DAD
RGB
CMYK
RGB Variations
Color information
#129DAD (or 0x129DAD) is known color: Pelorous. HEX triplet: 12, 9D and AD. RGB value is (18,157,173). Sum of RGB (Red+Green+Blue) = 18+157+173=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #129DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129DAD is #ED6252. Grayscale: #757575. Windows color (decimal): -15557203 or 11377938. OLE color: 11377938.
HSL color Cylindrical-coordinate representation of color #129DAD: hue angle of 186.19º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129DAD is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 157 | 173 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.32 |
| HSL | 186.19º | 0.81% | 0.37% | - |
| HSV(B) | 186.19º | 0.9% | 0.68% | - |
| XYZ | 19.85 | 27.26 | 43.75 | - |
| YUV | 117.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 173 | 0.90 | 0.09 | 0 | 0.32 | 186.19 | 0.81 | 0.37 |
| Hex | 12 | 9D | AD | 5A | 9 | 0 | 20 | BA | 51 | 25 |
| Octal | 22 | 235 | 255 | 132 | 11 | 0 | 40 | 272 | 121 | 45 |
| Binary | 10010 | 10011101 | 10101101 | 1011010 | 1001 | 0 | 100000 | 10111010 | 1010001 | 100101 |
Color Harmonies of #129DAD
Complementary color
Monochromatic Colors of #129DAD
Black with #129DAD
Text Example
Text Example
White with #129DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DAD; }
p { color: rgb(18,157,173); }
H1.HeaderClassName
{
color: #129DAD;
}
.AnyTagClassName
{
color: #129DAD;
}
</style>
background-color css
<style>
a { background-color: #129DAD; }
a { background-color: rgb(18,157,173); }
div.DivClassName
{
background-color: #129DAD;
}
.BgClassName
{
background-color: #129DAD;
}
</style>
border-color css
<style>
span { border-color: #129DAD; }
span { border-color: rgb(18,157,173); }
td.TdClassName
{
border-color: #129DAD;
}
.TagClassName
{
border-color: #129DAD;
}
</style>