Shades of Pacific Blue #12A0BE
Tints of Pacific Blue #12A0BE
RGB
CMYK
RGB Variations
Color information
#12A0BE (or 0x12A0BE) is known color: Pacific Blue. HEX triplet: 12, A0 and BE. RGB value is (18,160,190). Sum of RGB (Red+Green+Blue) = 18+160+190=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #12A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A0BE is #ED5F41. Grayscale: #787878. Windows color (decimal): -15556418 or 12492818. OLE color: 12492818.
HSL color Cylindrical-coordinate representation of color #12A0BE: hue angle of 190.47º 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 #12A0BE is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 160 | 190 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.25 |
| HSL | 190.47º | 0.83% | 0.41% | - |
| HSV(B) | 190.47º | 0.91% | 0.75% | - |
| XYZ | 22.11 | 28.99 | 53.14 | - |
| YUV | 120.96 | 166.96 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 190 | 0.91 | 0.16 | 0 | 0.25 | 190.47 | 0.83 | 0.41 |
| Hex | 12 | A0 | BE | 5B | 10 | 0 | 19 | BE | 53 | 29 |
| Octal | 22 | 240 | 276 | 133 | 20 | 0 | 31 | 276 | 123 | 51 |
| Binary | 10010 | 10100000 | 10111110 | 1011011 | 10000 | 0 | 11001 | 10111110 | 1010011 | 101001 |
Color Harmonies of #12A0BE
Complementary color
Monochromatic Colors of #12A0BE
Black with #12A0BE
Text Example
Text Example
White with #12A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A0BE; }
p { color: rgb(18,160,190); }
H1.HeaderClassName
{
color: #12A0BE;
}
.AnyTagClassName
{
color: #12A0BE;
}
</style>
background-color css
<style>
a { background-color: #12A0BE; }
a { background-color: rgb(18,160,190); }
div.DivClassName
{
background-color: #12A0BE;
}
.BgClassName
{
background-color: #12A0BE;
}
</style>
border-color css
<style>
span { border-color: #12A0BE; }
span { border-color: rgb(18,160,190); }
td.TdClassName
{
border-color: #12A0BE;
}
.TagClassName
{
border-color: #12A0BE;
}
</style>