Shades of Pelorous #2CACBE
Tints of Pelorous #2CACBE
RGB
CMYK
RGB Variations
Color information
#2CACBE (or 0x2CACBE) is known color: Pelorous. HEX triplet: 2C, AC and BE. RGB value is (44,172,190). Sum of RGB (Red+Green+Blue) = 44+172+190=406 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.84% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #2CACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CACBE is #D35341. Grayscale: #878787. Windows color (decimal): -13849410 or 12495916. OLE color: 12495916.
HSL color Cylindrical-coordinate representation of color #2CACBE: hue angle of 187.4º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CACBE is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 172 | 190 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.25 |
| HSL | 187.4º | 0.62% | 0.46% | - |
| HSV(B) | 187.4º | 0.77% | 0.75% | - |
| XYZ | 25.09 | 33.76 | 53.91 | - |
| YUV | 135.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 190 | 0.77 | 0.09 | 0 | 0.25 | 187.4 | 0.62 | 0.46 |
| Hex | 2C | AC | BE | 4D | 9 | 0 | 19 | BB | 3E | 2E |
| Octal | 54 | 254 | 276 | 115 | 11 | 0 | 31 | 273 | 76 | 56 |
| Binary | 101100 | 10101100 | 10111110 | 1001101 | 1001 | 0 | 11001 | 10111011 | 111110 | 101110 |
Color Harmonies of #2CACBE
Complementary color
Monochromatic Colors of #2CACBE
Black with #2CACBE
Text Example
Text Example
White with #2CACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACBE; }
p { color: rgb(44,172,190); }
H1.HeaderClassName
{
color: #2CACBE;
}
.AnyTagClassName
{
color: #2CACBE;
}
</style>
background-color css
<style>
a { background-color: #2CACBE; }
a { background-color: rgb(44,172,190); }
div.DivClassName
{
background-color: #2CACBE;
}
.BgClassName
{
background-color: #2CACBE;
}
</style>
border-color css
<style>
span { border-color: #2CACBE; }
span { border-color: rgb(44,172,190); }
td.TdClassName
{
border-color: #2CACBE;
}
.TagClassName
{
border-color: #2CACBE;
}
</style>