Shades of Pelorous #2BB0C0
Tints of Pelorous #2BB0C0
RGB
CMYK
RGB Variations
Color information
#2BB0C0 (or 0x2BB0C0) is known color: Pelorous. HEX triplet: 2B, B0 and C0. RGB value is (43,176,192). Sum of RGB (Red+Green+Blue) = 43+176+192=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #2BB0C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB0C0 is #D44F3F. Grayscale: #898989. Windows color (decimal): -13913920 or 12628011. OLE color: 12628011.
HSL color Cylindrical-coordinate representation of color #2BB0C0: hue angle of 186.44º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BB0C0 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 176 | 192 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.25 |
| HSL | 186.44º | 0.63% | 0.46% | - |
| HSV(B) | 186.44º | 0.78% | 0.75% | - |
| XYZ | 26.04 | 35.37 | 55.32 | - |
| YUV | 138.06 | 158.44 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 192 | 0.78 | 0.08 | 0 | 0.25 | 186.44 | 0.63 | 0.46 |
| Hex | 2B | B0 | C0 | 4E | 8 | 0 | 19 | BA | 3F | 2E |
| Octal | 53 | 260 | 300 | 116 | 10 | 0 | 31 | 272 | 77 | 56 |
| Binary | 101011 | 10110000 | 11000000 | 1001110 | 1000 | 0 | 11001 | 10111010 | 111111 | 101110 |
Color Harmonies of #2BB0C0
Complementary color
Monochromatic Colors of #2BB0C0
Black with #2BB0C0
Text Example
Text Example
White with #2BB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB0C0; }
p { color: rgb(43,176,192); }
H1.HeaderClassName
{
color: #2BB0C0;
}
.AnyTagClassName
{
color: #2BB0C0;
}
</style>
background-color css
<style>
a { background-color: #2BB0C0; }
a { background-color: rgb(43,176,192); }
div.DivClassName
{
background-color: #2BB0C0;
}
.BgClassName
{
background-color: #2BB0C0;
}
</style>
border-color css
<style>
span { border-color: #2BB0C0; }
span { border-color: rgb(43,176,192); }
td.TdClassName
{
border-color: #2BB0C0;
}
.TagClassName
{
border-color: #2BB0C0;
}
</style>