Shades of Pelorous #2DACB9
Tints of Pelorous #2DACB9
RGB
CMYK
RGB Variations
Color information
#2DACB9 (or 0x2DACB9) is known color: Pelorous. HEX triplet: 2D, AC and B9. RGB value is (45,172,185). Sum of RGB (Red+Green+Blue) = 45+172+185=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #2DACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACB9 is #D25346. Grayscale: #878787. Windows color (decimal): -13783879 or 12168237. OLE color: 12168237.
HSL color Cylindrical-coordinate representation of color #2DACB9: hue angle of 185.57º 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 #2DACB9 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 172 | 185 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.27 |
| HSL | 185.57º | 0.61% | 0.45% | - |
| HSV(B) | 185.57º | 0.76% | 0.73% | - |
| XYZ | 24.59 | 33.57 | 51.08 | - |
| YUV | 135.51 | 155.92 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 185 | 0.76 | 0.07 | 0 | 0.27 | 185.57 | 0.61 | 0.45 |
| Hex | 2D | AC | B9 | 4C | 7 | 0 | 1B | BA | 3D | 2D |
| Octal | 55 | 254 | 271 | 114 | 7 | 0 | 33 | 272 | 75 | 55 |
| Binary | 101101 | 10101100 | 10111001 | 1001100 | 111 | 0 | 11011 | 10111010 | 111101 | 101101 |
Color Harmonies of #2DACB9
Complementary color
Monochromatic Colors of #2DACB9
Black with #2DACB9
Text Example
Text Example
White with #2DACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACB9; }
p { color: rgb(45,172,185); }
H1.HeaderClassName
{
color: #2DACB9;
}
.AnyTagClassName
{
color: #2DACB9;
}
</style>
background-color css
<style>
a { background-color: #2DACB9; }
a { background-color: rgb(45,172,185); }
div.DivClassName
{
background-color: #2DACB9;
}
.BgClassName
{
background-color: #2DACB9;
}
</style>
border-color css
<style>
span { border-color: #2DACB9; }
span { border-color: rgb(45,172,185); }
td.TdClassName
{
border-color: #2DACB9;
}
.TagClassName
{
border-color: #2DACB9;
}
</style>