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