Shades of Pelorous #1C9AAB
Tints of Pelorous #1C9AAB
RGB
CMYK
RGB Variations
Color information
#1C9AAB (or 0x1C9AAB) is known color: Pelorous. HEX triplet: 1C, 9A and AB. RGB value is (28,154,171). Sum of RGB (Red+Green+Blue) = 28+154+171=353 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.93% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C9AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9AAB is #E36554. Grayscale: #767676. Windows color (decimal): -14902613 or 11246108. OLE color: 11246108.
HSL color Cylindrical-coordinate representation of color #1C9AAB: hue angle of 187.13º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C9AAB is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 154 | 171 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.33 |
| HSL | 187.13º | 0.72% | 0.39% | - |
| HSV(B) | 187.13º | 0.84% | 0.67% | - |
| XYZ | 19.39 | 26.3 | 42.58 | - |
| YUV | 118.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 154 | 171 | 0.84 | 0.10 | 0 | 0.33 | 187.13 | 0.72 | 0.39 |
| Hex | 1C | 9A | AB | 54 | A | 0 | 21 | BB | 48 | 27 |
| Octal | 34 | 232 | 253 | 124 | 12 | 0 | 41 | 273 | 110 | 47 |
| Binary | 11100 | 10011010 | 10101011 | 1010100 | 1010 | 0 | 100001 | 10111011 | 1001000 | 100111 |
Color Harmonies of #1C9AAB
Complementary color
Monochromatic Colors of #1C9AAB
Black with #1C9AAB
Text Example
Text Example
White with #1C9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9AAB; }
p { color: rgb(28,154,171); }
H1.HeaderClassName
{
color: #1C9AAB;
}
.AnyTagClassName
{
color: #1C9AAB;
}
</style>
background-color css
<style>
a { background-color: #1C9AAB; }
a { background-color: rgb(28,154,171); }
div.DivClassName
{
background-color: #1C9AAB;
}
.BgClassName
{
background-color: #1C9AAB;
}
</style>
border-color css
<style>
span { border-color: #1C9AAB; }
span { border-color: rgb(28,154,171); }
td.TdClassName
{
border-color: #1C9AAB;
}
.TagClassName
{
border-color: #1C9AAB;
}
</style>