Shades of Pelorous #2DABBD
Tints of Pelorous #2DABBD
RGB
CMYK
RGB Variations
Color information
#2DABBD (or 0x2DABBD) is known color: Pelorous. HEX triplet: 2D, AB and BD. RGB value is (45,171,189). Sum of RGB (Red+Green+Blue) = 45+171+189=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #2DABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABBD is #D25442. Grayscale: #878787. Windows color (decimal): -13784131 or 12430125. OLE color: 12430125.
HSL color Cylindrical-coordinate representation of color #2DABBD: hue angle of 187.5º 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 #2DABBD is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 171 | 189 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.26 |
| HSL | 187.5º | 0.62% | 0.46% | - |
| HSV(B) | 187.5º | 0.76% | 0.74% | - |
| XYZ | 24.83 | 33.36 | 53.27 | - |
| YUV | 135.38 | 158.26 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 189 | 0.76 | 0.10 | 0 | 0.26 | 187.5 | 0.62 | 0.46 |
| Hex | 2D | AB | BD | 4C | A | 0 | 1A | BC | 3E | 2E |
| Octal | 55 | 253 | 275 | 114 | 12 | 0 | 32 | 274 | 76 | 56 |
| Binary | 101101 | 10101011 | 10111101 | 1001100 | 1010 | 0 | 11010 | 10111100 | 111110 | 101110 |
Color Harmonies of #2DABBD
Complementary color
Monochromatic Colors of #2DABBD
Black with #2DABBD
Text Example
Text Example
White with #2DABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABBD; }
p { color: rgb(45,171,189); }
H1.HeaderClassName
{
color: #2DABBD;
}
.AnyTagClassName
{
color: #2DABBD;
}
</style>
background-color css
<style>
a { background-color: #2DABBD; }
a { background-color: rgb(45,171,189); }
div.DivClassName
{
background-color: #2DABBD;
}
.BgClassName
{
background-color: #2DABBD;
}
</style>
border-color css
<style>
span { border-color: #2DABBD; }
span { border-color: rgb(45,171,189); }
td.TdClassName
{
border-color: #2DABBD;
}
.TagClassName
{
border-color: #2DABBD;
}
</style>