Shades of Pelorous #2DACBD
Tints of Pelorous #2DACBD
RGB
CMYK
RGB Variations
Color information
#2DACBD (or 0x2DACBD) is known color: Pelorous. HEX triplet: 2D, AC and BD. RGB value is (45,172,189). Sum of RGB (Red+Green+Blue) = 45+172+189=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #2DACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACBD is #D25342. Grayscale: #878787. Windows color (decimal): -13783875 or 12430381. OLE color: 12430381.
HSL color Cylindrical-coordinate representation of color #2DACBD: hue angle of 187.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DACBD is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 172 | 189 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.26 |
| HSL | 187.08º | 0.62% | 0.46% | - |
| HSV(B) | 187.08º | 0.76% | 0.74% | - |
| XYZ | 25.02 | 33.74 | 53.34 | - |
| YUV | 135.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 189 | 0.76 | 0.09 | 0 | 0.26 | 187.08 | 0.62 | 0.46 |
| Hex | 2D | AC | BD | 4C | 9 | 0 | 1A | BB | 3E | 2E |
| Octal | 55 | 254 | 275 | 114 | 11 | 0 | 32 | 273 | 76 | 56 |
| Binary | 101101 | 10101100 | 10111101 | 1001100 | 1001 | 0 | 11010 | 10111011 | 111110 | 101110 |
Color Harmonies of #2DACBD
Complementary color
Monochromatic Colors of #2DACBD
Black with #2DACBD
Text Example
Text Example
White with #2DACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACBD; }
p { color: rgb(45,172,189); }
H1.HeaderClassName
{
color: #2DACBD;
}
.AnyTagClassName
{
color: #2DACBD;
}
</style>
background-color css
<style>
a { background-color: #2DACBD; }
a { background-color: rgb(45,172,189); }
div.DivClassName
{
background-color: #2DACBD;
}
.BgClassName
{
background-color: #2DACBD;
}
</style>
border-color css
<style>
span { border-color: #2DACBD; }
span { border-color: rgb(45,172,189); }
td.TdClassName
{
border-color: #2DACBD;
}
.TagClassName
{
border-color: #2DACBD;
}
</style>