Shades of Pelorous #2DADBA
Tints of Pelorous #2DADBA
RGB
CMYK
RGB Variations
Color information
#2DADBA (or 0x2DADBA) is known color: Pelorous. HEX triplet: 2D, AD and BA. RGB value is (45,173,186). Sum of RGB (Red+Green+Blue) = 45+173+186=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #2DADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DADBA is #D25245. Grayscale: #888888. Windows color (decimal): -13783622 or 12234029. OLE color: 12234029.
HSL color Cylindrical-coordinate representation of color #2DADBA: hue angle of 185.53º 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 #2DADBA is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 173 | 186 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.27 |
| HSL | 185.53º | 0.61% | 0.45% | - |
| HSV(B) | 185.53º | 0.76% | 0.73% | - |
| XYZ | 24.89 | 33.99 | 51.7 | - |
| YUV | 136.21 | 156.09 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 186 | 0.76 | 0.07 | 0 | 0.27 | 185.53 | 0.61 | 0.45 |
| Hex | 2D | AD | BA | 4C | 7 | 0 | 1B | BA | 3D | 2D |
| Octal | 55 | 255 | 272 | 114 | 7 | 0 | 33 | 272 | 75 | 55 |
| Binary | 101101 | 10101101 | 10111010 | 1001100 | 111 | 0 | 11011 | 10111010 | 111101 | 101101 |
Color Harmonies of #2DADBA
Complementary color
Monochromatic Colors of #2DADBA
Black with #2DADBA
Text Example
Text Example
White with #2DADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADBA; }
p { color: rgb(45,173,186); }
H1.HeaderClassName
{
color: #2DADBA;
}
.AnyTagClassName
{
color: #2DADBA;
}
</style>
background-color css
<style>
a { background-color: #2DADBA; }
a { background-color: rgb(45,173,186); }
div.DivClassName
{
background-color: #2DADBA;
}
.BgClassName
{
background-color: #2DADBA;
}
</style>
border-color css
<style>
span { border-color: #2DADBA; }
span { border-color: rgb(45,173,186); }
td.TdClassName
{
border-color: #2DADBA;
}
.TagClassName
{
border-color: #2DADBA;
}
</style>