Shades of Pelorous #2CABBC
Tints of Pelorous #2CABBC
RGB
CMYK
RGB Variations
Color information
#2CABBC (or 0x2CABBC) is known color: Pelorous. HEX triplet: 2C, AB and BC. RGB value is (44,171,188). Sum of RGB (Red+Green+Blue) = 44+171+188=403 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.92% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #2CABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CABBC is #D35443. Grayscale: #868686. Windows color (decimal): -13849668 or 12364588. OLE color: 12364588.
HSL color Cylindrical-coordinate representation of color #2CABBC: hue angle of 187.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CABBC is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 171 | 188 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.26 |
| HSL | 187.08º | 0.62% | 0.45% | - |
| HSV(B) | 187.08º | 0.77% | 0.74% | - |
| XYZ | 24.68 | 33.29 | 52.7 | - |
| YUV | 134.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 188 | 0.77 | 0.09 | 0 | 0.26 | 187.08 | 0.62 | 0.45 |
| Hex | 2C | AB | BC | 4D | 9 | 0 | 1A | BB | 3E | 2D |
| Octal | 54 | 253 | 274 | 115 | 11 | 0 | 32 | 273 | 76 | 55 |
| Binary | 101100 | 10101011 | 10111100 | 1001101 | 1001 | 0 | 11010 | 10111011 | 111110 | 101101 |
Color Harmonies of #2CABBC
Complementary color
Monochromatic Colors of #2CABBC
Black with #2CABBC
Text Example
Text Example
White with #2CABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CABBC; }
p { color: rgb(44,171,188); }
H1.HeaderClassName
{
color: #2CABBC;
}
.AnyTagClassName
{
color: #2CABBC;
}
</style>
background-color css
<style>
a { background-color: #2CABBC; }
a { background-color: rgb(44,171,188); }
div.DivClassName
{
background-color: #2CABBC;
}
.BgClassName
{
background-color: #2CABBC;
}
</style>
border-color css
<style>
span { border-color: #2CABBC; }
span { border-color: rgb(44,171,188); }
td.TdClassName
{
border-color: #2CABBC;
}
.TagClassName
{
border-color: #2CABBC;
}
</style>