Shades of Pelorous #2C9AAB
Tints of Pelorous #2C9AAB
RGB
CMYK
RGB Variations
Color information
#2C9AAB (or 0x2C9AAB) is known color: Pelorous. HEX triplet: 2C, 9A and AB. RGB value is (44,154,171). Sum of RGB (Red+Green+Blue) = 44+154+171=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C9AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9AAB is #D36554. Grayscale: #7A7A7A. Windows color (decimal): -13854037 or 11246124. OLE color: 11246124.
HSL color Cylindrical-coordinate representation of color #2C9AAB: hue angle of 188.03º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C9AAB is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 154 | 171 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.33 |
| HSL | 188.03º | 0.59% | 0.42% | - |
| HSV(B) | 188.03º | 0.74% | 0.67% | - |
| XYZ | 19.94 | 26.59 | 42.61 | - |
| YUV | 123.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 154 | 171 | 0.74 | 0.10 | 0 | 0.33 | 188.03 | 0.59 | 0.42 |
| Hex | 2C | 9A | AB | 4A | A | 0 | 21 | BC | 3B | 2A |
| Octal | 54 | 232 | 253 | 112 | 12 | 0 | 41 | 274 | 73 | 52 |
| Binary | 101100 | 10011010 | 10101011 | 1001010 | 1010 | 0 | 100001 | 10111100 | 111011 | 101010 |
Color Harmonies of #2C9AAB
Complementary color
Monochromatic Colors of #2C9AAB
Black with #2C9AAB
Text Example
Text Example
White with #2C9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9AAB; }
p { color: rgb(44,154,171); }
H1.HeaderClassName
{
color: #2C9AAB;
}
.AnyTagClassName
{
color: #2C9AAB;
}
</style>
background-color css
<style>
a { background-color: #2C9AAB; }
a { background-color: rgb(44,154,171); }
div.DivClassName
{
background-color: #2C9AAB;
}
.BgClassName
{
background-color: #2C9AAB;
}
</style>
border-color css
<style>
span { border-color: #2C9AAB; }
span { border-color: rgb(44,154,171); }
td.TdClassName
{
border-color: #2C9AAB;
}
.TagClassName
{
border-color: #2C9AAB;
}
</style>