Shades of Pelorous #2CAABB
Tints of Pelorous #2CAABB
RGB
CMYK
RGB Variations
Color information
#2CAABB (or 0x2CAABB) is known color: Pelorous. HEX triplet: 2C, AA and BB. RGB value is (44,170,187). Sum of RGB (Red+Green+Blue) = 44+170+187=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #2CAABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAABB is #D35544. Grayscale: #868686. Windows color (decimal): -13849925 or 12298796. OLE color: 12298796.
HSL color Cylindrical-coordinate representation of color #2CAABB: hue angle of 187.13º 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 #2CAABB is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 170 | 187 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.27 |
| HSL | 187.13º | 0.62% | 0.45% | - |
| HSV(B) | 187.13º | 0.76% | 0.73% | - |
| XYZ | 24.38 | 32.87 | 52.07 | - |
| YUV | 134.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 187 | 0.76 | 0.09 | 0 | 0.27 | 187.13 | 0.62 | 0.45 |
| Hex | 2C | AA | BB | 4C | 9 | 0 | 1B | BB | 3E | 2D |
| Octal | 54 | 252 | 273 | 114 | 11 | 0 | 33 | 273 | 76 | 55 |
| Binary | 101100 | 10101010 | 10111011 | 1001100 | 1001 | 0 | 11011 | 10111011 | 111110 | 101101 |
Color Harmonies of #2CAABB
Complementary color
Monochromatic Colors of #2CAABB
Black with #2CAABB
Text Example
Text Example
White with #2CAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAABB; }
p { color: rgb(44,170,187); }
H1.HeaderClassName
{
color: #2CAABB;
}
.AnyTagClassName
{
color: #2CAABB;
}
</style>
background-color css
<style>
a { background-color: #2CAABB; }
a { background-color: rgb(44,170,187); }
div.DivClassName
{
background-color: #2CAABB;
}
.BgClassName
{
background-color: #2CAABB;
}
</style>
border-color css
<style>
span { border-color: #2CAABB; }
span { border-color: rgb(44,170,187); }
td.TdClassName
{
border-color: #2CAABB;
}
.TagClassName
{
border-color: #2CAABB;
}
</style>