Shades of Pelorous #2BABBE
Tints of Pelorous #2BABBE
RGB
CMYK
RGB Variations
Color information
#2BABBE (or 0x2BABBE) is known color: Pelorous. HEX triplet: 2B, AB and BE. RGB value is (43,171,190). Sum of RGB (Red+Green+Blue) = 43+171+190=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #2BABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABBE is #D45441. Grayscale: #868686. Windows color (decimal): -13915202 or 12495659. OLE color: 12495659.
HSL color Cylindrical-coordinate representation of color #2BABBE: hue angle of 187.76º degrees, saturation: 0.63, 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 #2BABBE is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 171 | 190 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.25 |
| HSL | 187.76º | 0.63% | 0.46% | - |
| HSV(B) | 187.76º | 0.77% | 0.75% | - |
| XYZ | 24.85 | 33.36 | 53.84 | - |
| YUV | 134.89 | 159.09 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 190 | 0.77 | 0.10 | 0 | 0.25 | 187.76 | 0.63 | 0.46 |
| Hex | 2B | AB | BE | 4D | A | 0 | 19 | BC | 3F | 2E |
| Octal | 53 | 253 | 276 | 115 | 12 | 0 | 31 | 274 | 77 | 56 |
| Binary | 101011 | 10101011 | 10111110 | 1001101 | 1010 | 0 | 11001 | 10111100 | 111111 | 101110 |
Color Harmonies of #2BABBE
Complementary color
Monochromatic Colors of #2BABBE
Black with #2BABBE
Text Example
Text Example
White with #2BABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABBE; }
p { color: rgb(43,171,190); }
H1.HeaderClassName
{
color: #2BABBE;
}
.AnyTagClassName
{
color: #2BABBE;
}
</style>
background-color css
<style>
a { background-color: #2BABBE; }
a { background-color: rgb(43,171,190); }
div.DivClassName
{
background-color: #2BABBE;
}
.BgClassName
{
background-color: #2BABBE;
}
</style>
border-color css
<style>
span { border-color: #2BABBE; }
span { border-color: rgb(43,171,190); }
td.TdClassName
{
border-color: #2BABBE;
}
.TagClassName
{
border-color: #2BABBE;
}
</style>