Shades of Pelorous #12A1B2
Tints of Pelorous #12A1B2
RGB
CMYK
RGB Variations
Color information
#12A1B2 (or 0x12A1B2) is known color: Pelorous. HEX triplet: 12, A1 and B2. RGB value is (18,161,178). Sum of RGB (Red+Green+Blue) = 18+161+178=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #12A1B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A1B2 is #ED5E4D. Grayscale: #777777. Windows color (decimal): -15556174 or 11706642. OLE color: 11706642.
HSL color Cylindrical-coordinate representation of color #12A1B2: hue angle of 186.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A1B2 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 161 | 178 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.30 |
| HSL | 186.38º | 0.82% | 0.38% | - |
| HSV(B) | 186.38º | 0.9% | 0.7% | - |
| XYZ | 21.03 | 28.83 | 46.58 | - |
| YUV | 120.18 | 160.62 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 178 | 0.90 | 0.10 | 0 | 0.30 | 186.38 | 0.82 | 0.38 |
| Hex | 12 | A1 | B2 | 5A | A | 0 | 1E | BA | 52 | 26 |
| Octal | 22 | 241 | 262 | 132 | 12 | 0 | 36 | 272 | 122 | 46 |
| Binary | 10010 | 10100001 | 10110010 | 1011010 | 1010 | 0 | 11110 | 10111010 | 1010010 | 100110 |
Color Harmonies of #12A1B2
Complementary color
Monochromatic Colors of #12A1B2
Black with #12A1B2
Text Example
Text Example
White with #12A1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A1B2; }
p { color: rgb(18,161,178); }
H1.HeaderClassName
{
color: #12A1B2;
}
.AnyTagClassName
{
color: #12A1B2;
}
</style>
background-color css
<style>
a { background-color: #12A1B2; }
a { background-color: rgb(18,161,178); }
div.DivClassName
{
background-color: #12A1B2;
}
.BgClassName
{
background-color: #12A1B2;
}
</style>
border-color css
<style>
span { border-color: #12A1B2; }
span { border-color: rgb(18,161,178); }
td.TdClassName
{
border-color: #12A1B2;
}
.TagClassName
{
border-color: #12A1B2;
}
</style>