Shades of Pacific Blue #12A1C0
Tints of Pacific Blue #12A1C0
RGB
CMYK
RGB Variations
Color information
#12A1C0 (or 0x12A1C0) is known color: Pacific Blue. HEX triplet: 12, A1 and C0. RGB value is (18,161,192). Sum of RGB (Red+Green+Blue) = 18+161+192=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #12A1C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A1C0 is #ED5E3F. Grayscale: #797979. Windows color (decimal): -15556160 or 12624146. OLE color: 12624146.
HSL color Cylindrical-coordinate representation of color #12A1C0: hue angle of 190.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A1C0 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 161 | 192 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.25 |
| HSL | 190.69º | 0.83% | 0.41% | - |
| HSV(B) | 190.69º | 0.91% | 0.75% | - |
| XYZ | 22.51 | 29.42 | 54.36 | - |
| YUV | 121.78 | 167.62 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 192 | 0.91 | 0.16 | 0 | 0.25 | 190.69 | 0.83 | 0.41 |
| Hex | 12 | A1 | C0 | 5B | 10 | 0 | 19 | BF | 53 | 29 |
| Octal | 22 | 241 | 300 | 133 | 20 | 0 | 31 | 277 | 123 | 51 |
| Binary | 10010 | 10100001 | 11000000 | 1011011 | 10000 | 0 | 11001 | 10111111 | 1010011 | 101001 |
Color Harmonies of #12A1C0
Complementary color
Monochromatic Colors of #12A1C0
Black with #12A1C0
Text Example
Text Example
White with #12A1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A1C0; }
p { color: rgb(18,161,192); }
H1.HeaderClassName
{
color: #12A1C0;
}
.AnyTagClassName
{
color: #12A1C0;
}
</style>
background-color css
<style>
a { background-color: #12A1C0; }
a { background-color: rgb(18,161,192); }
div.DivClassName
{
background-color: #12A1C0;
}
.BgClassName
{
background-color: #12A1C0;
}
</style>
border-color css
<style>
span { border-color: #12A1C0; }
span { border-color: rgb(18,161,192); }
td.TdClassName
{
border-color: #12A1C0;
}
.TagClassName
{
border-color: #12A1C0;
}
</style>