Shades of Pelorous #12A1AD
Tints of Pelorous #12A1AD
RGB
CMYK
RGB Variations
Color information
#12A1AD (or 0x12A1AD) is known color: Pelorous. HEX triplet: 12, A1 and AD. RGB value is (18,161,173). Sum of RGB (Red+Green+Blue) = 18+161+173=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #12A1AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A1AD is #ED5E52. Grayscale: #777777. Windows color (decimal): -15556179 or 11378962. OLE color: 11378962.
HSL color Cylindrical-coordinate representation of color #12A1AD: hue angle of 184.65º 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 #12A1AD is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 161 | 173 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.32 |
| HSL | 184.65º | 0.81% | 0.37% | - |
| HSV(B) | 184.65º | 0.9% | 0.68% | - |
| XYZ | 20.54 | 28.64 | 43.98 | - |
| YUV | 119.61 | 158.12 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 173 | 0.90 | 0.07 | 0 | 0.32 | 184.65 | 0.81 | 0.37 |
| Hex | 12 | A1 | AD | 5A | 7 | 0 | 20 | B9 | 51 | 25 |
| Octal | 22 | 241 | 255 | 132 | 7 | 0 | 40 | 271 | 121 | 45 |
| Binary | 10010 | 10100001 | 10101101 | 1011010 | 111 | 0 | 100000 | 10111001 | 1010001 | 100101 |
Color Harmonies of #12A1AD
Complementary color
Monochromatic Colors of #12A1AD
Black with #12A1AD
Text Example
Text Example
White with #12A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A1AD; }
p { color: rgb(18,161,173); }
H1.HeaderClassName
{
color: #12A1AD;
}
.AnyTagClassName
{
color: #12A1AD;
}
</style>
background-color css
<style>
a { background-color: #12A1AD; }
a { background-color: rgb(18,161,173); }
div.DivClassName
{
background-color: #12A1AD;
}
.BgClassName
{
background-color: #12A1AD;
}
</style>
border-color css
<style>
span { border-color: #12A1AD; }
span { border-color: rgb(18,161,173); }
td.TdClassName
{
border-color: #12A1AD;
}
.TagClassName
{
border-color: #12A1AD;
}
</style>