Shades of Pelorous #2BADBF
Tints of Pelorous #2BADBF
RGB
CMYK
RGB Variations
Color information
#2BADBF (or 0x2BADBF) is known color: Pelorous. HEX triplet: 2B, AD and BF. RGB value is (43,173,191). Sum of RGB (Red+Green+Blue) = 43+173+191=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #2BADBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADBF is #D45240. Grayscale: #878787. Windows color (decimal): -13914689 or 12561707. OLE color: 12561707.
HSL color Cylindrical-coordinate representation of color #2BADBF: hue angle of 187.3º 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 #2BADBF is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 173 | 191 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.25 |
| HSL | 187.3º | 0.63% | 0.46% | - |
| HSV(B) | 187.3º | 0.77% | 0.75% | - |
| XYZ | 25.34 | 34.16 | 54.55 | - |
| YUV | 136.18 | 158.93 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 191 | 0.77 | 0.09 | 0 | 0.25 | 187.3 | 0.63 | 0.46 |
| Hex | 2B | AD | BF | 4D | 9 | 0 | 19 | BB | 3F | 2E |
| Octal | 53 | 255 | 277 | 115 | 11 | 0 | 31 | 273 | 77 | 56 |
| Binary | 101011 | 10101101 | 10111111 | 1001101 | 1001 | 0 | 11001 | 10111011 | 111111 | 101110 |
Color Harmonies of #2BADBF
Complementary color
Monochromatic Colors of #2BADBF
Black with #2BADBF
Text Example
Text Example
White with #2BADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADBF; }
p { color: rgb(43,173,191); }
H1.HeaderClassName
{
color: #2BADBF;
}
.AnyTagClassName
{
color: #2BADBF;
}
</style>
background-color css
<style>
a { background-color: #2BADBF; }
a { background-color: rgb(43,173,191); }
div.DivClassName
{
background-color: #2BADBF;
}
.BgClassName
{
background-color: #2BADBF;
}
</style>
border-color css
<style>
span { border-color: #2BADBF; }
span { border-color: rgb(43,173,191); }
td.TdClassName
{
border-color: #2BADBF;
}
.TagClassName
{
border-color: #2BADBF;
}
</style>