Shades of Pelorous #2BA5AD
Tints of Pelorous #2BA5AD
RGB
CMYK
RGB Variations
Color information
#2BA5AD (or 0x2BA5AD) is known color: Pelorous. HEX triplet: 2B, A5 and AD. RGB value is (43,165,173). Sum of RGB (Red+Green+Blue) = 43+165+173=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #2BA5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA5AD is #D45A52. Grayscale: #818181. Windows color (decimal): -13916755 or 11380011. OLE color: 11380011.
HSL color Cylindrical-coordinate representation of color #2BA5AD: hue angle of 183.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA5AD is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 165 | 173 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.32 |
| HSL | 183.69º | 0.6% | 0.42% | - |
| HSV(B) | 183.69º | 0.75% | 0.68% | - |
| XYZ | 21.99 | 30.44 | 44.25 | - |
| YUV | 129.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 173 | 0.75 | 0.05 | 0 | 0.32 | 183.69 | 0.6 | 0.42 |
| Hex | 2B | A5 | AD | 4B | 5 | 0 | 20 | B8 | 3C | 2A |
| Octal | 53 | 245 | 255 | 113 | 5 | 0 | 40 | 270 | 74 | 52 |
| Binary | 101011 | 10100101 | 10101101 | 1001011 | 101 | 0 | 100000 | 10111000 | 111100 | 101010 |
Color Harmonies of #2BA5AD
Complementary color
Monochromatic Colors of #2BA5AD
Black with #2BA5AD
Text Example
Text Example
White with #2BA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA5AD; }
p { color: rgb(43,165,173); }
H1.HeaderClassName
{
color: #2BA5AD;
}
.AnyTagClassName
{
color: #2BA5AD;
}
</style>
background-color css
<style>
a { background-color: #2BA5AD; }
a { background-color: rgb(43,165,173); }
div.DivClassName
{
background-color: #2BA5AD;
}
.BgClassName
{
background-color: #2BA5AD;
}
</style>
border-color css
<style>
span { border-color: #2BA5AD; }
span { border-color: rgb(43,165,173); }
td.TdClassName
{
border-color: #2BA5AD;
}
.TagClassName
{
border-color: #2BA5AD;
}
</style>