Shades of Pelorous #2CABB9
Tints of Pelorous #2CABB9
RGB
CMYK
RGB Variations
Color information
#2CABB9 (or 0x2CABB9) is known color: Pelorous. HEX triplet: 2C, AB and B9. RGB value is (44,171,185). Sum of RGB (Red+Green+Blue) = 44+171+185=400 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 185 - color contains mainly: blue. Hex color #2CABB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CABB9 is #D35446. Grayscale: #868686. Windows color (decimal): -13849671 or 12167980. OLE color: 12167980.
HSL color Cylindrical-coordinate representation of color #2CABB9: hue angle of 185.96º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CABB9 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 171 | 185 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.27 |
| HSL | 185.96º | 0.62% | 0.45% | - |
| HSV(B) | 185.96º | 0.76% | 0.73% | - |
| XYZ | 24.36 | 33.16 | 51.02 | - |
| YUV | 134.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 185 | 0.76 | 0.08 | 0 | 0.27 | 185.96 | 0.62 | 0.45 |
| Hex | 2C | AB | B9 | 4C | 8 | 0 | 1B | BA | 3E | 2D |
| Octal | 54 | 253 | 271 | 114 | 10 | 0 | 33 | 272 | 76 | 55 |
| Binary | 101100 | 10101011 | 10111001 | 1001100 | 1000 | 0 | 11011 | 10111010 | 111110 | 101101 |
Color Harmonies of #2CABB9
Complementary color
Monochromatic Colors of #2CABB9
Black with #2CABB9
Text Example
Text Example
White with #2CABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CABB9; }
p { color: rgb(44,171,185); }
H1.HeaderClassName
{
color: #2CABB9;
}
.AnyTagClassName
{
color: #2CABB9;
}
</style>
background-color css
<style>
a { background-color: #2CABB9; }
a { background-color: rgb(44,171,185); }
div.DivClassName
{
background-color: #2CABB9;
}
.BgClassName
{
background-color: #2CABB9;
}
</style>
border-color css
<style>
span { border-color: #2CABB9; }
span { border-color: rgb(44,171,185); }
td.TdClassName
{
border-color: #2CABB9;
}
.TagClassName
{
border-color: #2CABB9;
}
</style>