Shades of Pelorous #129AAC
Tints of Pelorous #129AAC
RGB
CMYK
RGB Variations
Color information
#129AAC (or 0x129AAC) is known color: Pelorous. HEX triplet: 12, 9A and AC. RGB value is (18,154,172). Sum of RGB (Red+Green+Blue) = 18+154+172=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #129AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AAC is #ED6553. Grayscale: #737373. Windows color (decimal): -15557972 or 11311634. OLE color: 11311634.
HSL color Cylindrical-coordinate representation of color #129AAC: hue angle of 187.01º degrees, saturation: 0.81, 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 #129AAC is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 154 | 172 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.33 |
| HSL | 187.01º | 0.81% | 0.37% | - |
| HSV(B) | 187.01º | 0.9% | 0.67% | - |
| XYZ | 19.25 | 26.22 | 43.08 | - |
| YUV | 115.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 172 | 0.90 | 0.10 | 0 | 0.33 | 187.01 | 0.81 | 0.37 |
| Hex | 12 | 9A | AC | 5A | A | 0 | 21 | BB | 51 | 25 |
| Octal | 22 | 232 | 254 | 132 | 12 | 0 | 41 | 273 | 121 | 45 |
| Binary | 10010 | 10011010 | 10101100 | 1011010 | 1010 | 0 | 100001 | 10111011 | 1010001 | 100101 |
Color Harmonies of #129AAC
Complementary color
Monochromatic Colors of #129AAC
Black with #129AAC
Text Example
Text Example
White with #129AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129AAC; }
p { color: rgb(18,154,172); }
H1.HeaderClassName
{
color: #129AAC;
}
.AnyTagClassName
{
color: #129AAC;
}
</style>
background-color css
<style>
a { background-color: #129AAC; }
a { background-color: rgb(18,154,172); }
div.DivClassName
{
background-color: #129AAC;
}
.BgClassName
{
background-color: #129AAC;
}
</style>
border-color css
<style>
span { border-color: #129AAC; }
span { border-color: rgb(18,154,172); }
td.TdClassName
{
border-color: #129AAC;
}
.TagClassName
{
border-color: #129AAC;
}
</style>