Shades of Pelorous #2DABBA
Tints of Pelorous #2DABBA
RGB
CMYK
RGB Variations
Color information
#2DABBA (or 0x2DABBA) is known color: Pelorous. HEX triplet: 2D, AB and BA. RGB value is (45,171,186). Sum of RGB (Red+Green+Blue) = 45+171+186=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #2DABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABBA is #D25445. Grayscale: #868686. Windows color (decimal): -13784134 or 12233517. OLE color: 12233517.
HSL color Cylindrical-coordinate representation of color #2DABBA: hue angle of 186.38º degrees, saturation: 0.61, 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 #2DABBA is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 171 | 186 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.27 |
| HSL | 186.38º | 0.61% | 0.45% | - |
| HSV(B) | 186.38º | 0.76% | 0.73% | - |
| XYZ | 24.51 | 33.23 | 51.58 | - |
| YUV | 135.04 | 156.76 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 186 | 0.76 | 0.08 | 0 | 0.27 | 186.38 | 0.61 | 0.45 |
| Hex | 2D | AB | BA | 4C | 8 | 0 | 1B | BA | 3D | 2D |
| Octal | 55 | 253 | 272 | 114 | 10 | 0 | 33 | 272 | 75 | 55 |
| Binary | 101101 | 10101011 | 10111010 | 1001100 | 1000 | 0 | 11011 | 10111010 | 111101 | 101101 |
Color Harmonies of #2DABBA
Complementary color
Monochromatic Colors of #2DABBA
Black with #2DABBA
Text Example
Text Example
White with #2DABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABBA; }
p { color: rgb(45,171,186); }
H1.HeaderClassName
{
color: #2DABBA;
}
.AnyTagClassName
{
color: #2DABBA;
}
</style>
background-color css
<style>
a { background-color: #2DABBA; }
a { background-color: rgb(45,171,186); }
div.DivClassName
{
background-color: #2DABBA;
}
.BgClassName
{
background-color: #2DABBA;
}
</style>
border-color css
<style>
span { border-color: #2DABBA; }
span { border-color: rgb(45,171,186); }
td.TdClassName
{
border-color: #2DABBA;
}
.TagClassName
{
border-color: #2DABBA;
}
</style>