Shades of Pelorous #2DABBC
Tints of Pelorous #2DABBC
RGB
CMYK
RGB Variations
Color information
#2DABBC (or 0x2DABBC) is known color: Pelorous. HEX triplet: 2D, AB and BC. RGB value is (45,171,188). Sum of RGB (Red+Green+Blue) = 45+171+188=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #2DABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABBC is #D25443. Grayscale: #878787. Windows color (decimal): -13784132 or 12364589. OLE color: 12364589.
HSL color Cylindrical-coordinate representation of color #2DABBC: hue angle of 187.13º degrees, saturation: 0.61, 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 #2DABBC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 171 | 188 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.26 |
| HSL | 187.13º | 0.61% | 0.46% | - |
| HSV(B) | 187.13º | 0.76% | 0.74% | - |
| XYZ | 24.72 | 33.31 | 52.7 | - |
| YUV | 135.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 188 | 0.76 | 0.09 | 0 | 0.26 | 187.13 | 0.61 | 0.46 |
| Hex | 2D | AB | BC | 4C | 9 | 0 | 1A | BB | 3D | 2E |
| Octal | 55 | 253 | 274 | 114 | 11 | 0 | 32 | 273 | 75 | 56 |
| Binary | 101101 | 10101011 | 10111100 | 1001100 | 1001 | 0 | 11010 | 10111011 | 111101 | 101110 |
Color Harmonies of #2DABBC
Complementary color
Monochromatic Colors of #2DABBC
Black with #2DABBC
Text Example
Text Example
White with #2DABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABBC; }
p { color: rgb(45,171,188); }
H1.HeaderClassName
{
color: #2DABBC;
}
.AnyTagClassName
{
color: #2DABBC;
}
</style>
background-color css
<style>
a { background-color: #2DABBC; }
a { background-color: rgb(45,171,188); }
div.DivClassName
{
background-color: #2DABBC;
}
.BgClassName
{
background-color: #2DABBC;
}
</style>
border-color css
<style>
span { border-color: #2DABBC; }
span { border-color: rgb(45,171,188); }
td.TdClassName
{
border-color: #2DABBC;
}
.TagClassName
{
border-color: #2DABBC;
}
</style>