Shades of Pelorous #2CA8BA
Tints of Pelorous #2CA8BA
RGB
CMYK
RGB Variations
Color information
#2CA8BA (or 0x2CA8BA) is known color: Pelorous. HEX triplet: 2C, A8 and BA. RGB value is (44,168,186). Sum of RGB (Red+Green+Blue) = 44+168+186=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #2CA8BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA8BA is #D35745. Grayscale: #848484. Windows color (decimal): -13850438 or 12232748. OLE color: 12232748.
HSL color Cylindrical-coordinate representation of color #2CA8BA: hue angle of 187.61º 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 #2CA8BA is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 168 | 186 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.27 |
| HSL | 187.61º | 0.62% | 0.45% | - |
| HSV(B) | 187.61º | 0.76% | 0.73% | - |
| XYZ | 23.9 | 32.09 | 51.39 | - |
| YUV | 132.98 | 157.92 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 168 | 186 | 0.76 | 0.10 | 0 | 0.27 | 187.61 | 0.62 | 0.45 |
| Hex | 2C | A8 | BA | 4C | A | 0 | 1B | BC | 3E | 2D |
| Octal | 54 | 250 | 272 | 114 | 12 | 0 | 33 | 274 | 76 | 55 |
| Binary | 101100 | 10101000 | 10111010 | 1001100 | 1010 | 0 | 11011 | 10111100 | 111110 | 101101 |
Color Harmonies of #2CA8BA
Complementary color
Monochromatic Colors of #2CA8BA
Black with #2CA8BA
Text Example
Text Example
White with #2CA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA8BA; }
p { color: rgb(44,168,186); }
H1.HeaderClassName
{
color: #2CA8BA;
}
.AnyTagClassName
{
color: #2CA8BA;
}
</style>
background-color css
<style>
a { background-color: #2CA8BA; }
a { background-color: rgb(44,168,186); }
div.DivClassName
{
background-color: #2CA8BA;
}
.BgClassName
{
background-color: #2CA8BA;
}
</style>
border-color css
<style>
span { border-color: #2CA8BA; }
span { border-color: rgb(44,168,186); }
td.TdClassName
{
border-color: #2CA8BA;
}
.TagClassName
{
border-color: #2CA8BA;
}
</style>