Shades of Pelorous #2CACB9
Tints of Pelorous #2CACB9
RGB
CMYK
RGB Variations
Color information
#2CACB9 (or 0x2CACB9) is known color: Pelorous. HEX triplet: 2C, AC and B9. RGB value is (44,172,185). Sum of RGB (Red+Green+Blue) = 44+172+185=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #2CACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CACB9 is #D35346. Grayscale: #878787. Windows color (decimal): -13849415 or 12168236. OLE color: 12168236.
HSL color Cylindrical-coordinate representation of color #2CACB9: hue angle of 185.53º 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 #2CACB9 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 172 | 185 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.27 |
| HSL | 185.53º | 0.62% | 0.45% | - |
| HSV(B) | 185.53º | 0.76% | 0.73% | - |
| XYZ | 24.55 | 33.54 | 51.08 | - |
| YUV | 135.21 | 156.09 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 185 | 0.76 | 0.07 | 0 | 0.27 | 185.53 | 0.62 | 0.45 |
| Hex | 2C | AC | B9 | 4C | 7 | 0 | 1B | BA | 3E | 2D |
| Octal | 54 | 254 | 271 | 114 | 7 | 0 | 33 | 272 | 76 | 55 |
| Binary | 101100 | 10101100 | 10111001 | 1001100 | 111 | 0 | 11011 | 10111010 | 111110 | 101101 |
Color Harmonies of #2CACB9
Complementary color
Monochromatic Colors of #2CACB9
Black with #2CACB9
Text Example
Text Example
White with #2CACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACB9; }
p { color: rgb(44,172,185); }
H1.HeaderClassName
{
color: #2CACB9;
}
.AnyTagClassName
{
color: #2CACB9;
}
</style>
background-color css
<style>
a { background-color: #2CACB9; }
a { background-color: rgb(44,172,185); }
div.DivClassName
{
background-color: #2CACB9;
}
.BgClassName
{
background-color: #2CACB9;
}
</style>
border-color css
<style>
span { border-color: #2CACB9; }
span { border-color: rgb(44,172,185); }
td.TdClassName
{
border-color: #2CACB9;
}
.TagClassName
{
border-color: #2CACB9;
}
</style>