Shades of Pelorous #2DACBE
Tints of Pelorous #2DACBE
RGB
CMYK
RGB Variations
Color information
#2DACBE (or 0x2DACBE) is known color: Pelorous. HEX triplet: 2D, AC and BE. RGB value is (45,172,190). Sum of RGB (Red+Green+Blue) = 45+172+190=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #2DACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACBE is #D25341. Grayscale: #878787. Windows color (decimal): -13783874 or 12495917. OLE color: 12495917.
HSL color Cylindrical-coordinate representation of color #2DACBE: hue angle of 187.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DACBE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 172 | 190 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.25 |
| HSL | 187.45º | 0.62% | 0.46% | - |
| HSV(B) | 187.45º | 0.76% | 0.75% | - |
| XYZ | 25.13 | 33.78 | 53.91 | - |
| YUV | 136.08 | 158.42 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 190 | 0.76 | 0.09 | 0 | 0.25 | 187.45 | 0.62 | 0.46 |
| Hex | 2D | AC | BE | 4C | 9 | 0 | 19 | BB | 3E | 2E |
| Octal | 55 | 254 | 276 | 114 | 11 | 0 | 31 | 273 | 76 | 56 |
| Binary | 101101 | 10101100 | 10111110 | 1001100 | 1001 | 0 | 11001 | 10111011 | 111110 | 101110 |
Color Harmonies of #2DACBE
Complementary color
Monochromatic Colors of #2DACBE
Black with #2DACBE
Text Example
Text Example
White with #2DACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACBE; }
p { color: rgb(45,172,190); }
H1.HeaderClassName
{
color: #2DACBE;
}
.AnyTagClassName
{
color: #2DACBE;
}
</style>
background-color css
<style>
a { background-color: #2DACBE; }
a { background-color: rgb(45,172,190); }
div.DivClassName
{
background-color: #2DACBE;
}
.BgClassName
{
background-color: #2DACBE;
}
</style>
border-color css
<style>
span { border-color: #2DACBE; }
span { border-color: rgb(45,172,190); }
td.TdClassName
{
border-color: #2DACBE;
}
.TagClassName
{
border-color: #2DACBE;
}
</style>