Shades of Pelorous #1C9CAB
Tints of Pelorous #1C9CAB
RGB
CMYK
RGB Variations
Color information
#1C9CAB (or 0x1C9CAB) is known color: Pelorous. HEX triplet: 1C, 9C and AB. RGB value is (28,156,171). Sum of RGB (Red+Green+Blue) = 28+156+171=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C9CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9CAB is #E36354. Grayscale: #777777. Windows color (decimal): -14902101 or 11246620. OLE color: 11246620.
HSL color Cylindrical-coordinate representation of color #1C9CAB: hue angle of 186.29º 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 #1C9CAB is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 156 | 171 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.33 |
| HSL | 186.29º | 0.72% | 0.39% | - |
| HSV(B) | 186.29º | 0.84% | 0.67% | - |
| XYZ | 19.72 | 26.96 | 42.69 | - |
| YUV | 119.44 | 157.09 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 171 | 0.84 | 0.09 | 0 | 0.33 | 186.29 | 0.72 | 0.39 |
| Hex | 1C | 9C | AB | 54 | 9 | 0 | 21 | BA | 48 | 27 |
| Octal | 34 | 234 | 253 | 124 | 11 | 0 | 41 | 272 | 110 | 47 |
| Binary | 11100 | 10011100 | 10101011 | 1010100 | 1001 | 0 | 100001 | 10111010 | 1001000 | 100111 |
Color Harmonies of #1C9CAB
Complementary color
Monochromatic Colors of #1C9CAB
Black with #1C9CAB
Text Example
Text Example
White with #1C9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9CAB; }
p { color: rgb(28,156,171); }
H1.HeaderClassName
{
color: #1C9CAB;
}
.AnyTagClassName
{
color: #1C9CAB;
}
</style>
background-color css
<style>
a { background-color: #1C9CAB; }
a { background-color: rgb(28,156,171); }
div.DivClassName
{
background-color: #1C9CAB;
}
.BgClassName
{
background-color: #1C9CAB;
}
</style>
border-color css
<style>
span { border-color: #1C9CAB; }
span { border-color: rgb(28,156,171); }
td.TdClassName
{
border-color: #1C9CAB;
}
.TagClassName
{
border-color: #1C9CAB;
}
</style>