Shades of Pelorous #2DABBF
Tints of Pelorous #2DABBF
RGB
CMYK
RGB Variations
Color information
#2DABBF (or 0x2DABBF) is known color: Pelorous. HEX triplet: 2D, AB and BF. RGB value is (45,171,191). Sum of RGB (Red+Green+Blue) = 45+171+191=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #2DABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABBF is #D25440. Grayscale: #878787. Windows color (decimal): -13784129 or 12561197. OLE color: 12561197.
HSL color Cylindrical-coordinate representation of color #2DABBF: hue angle of 188.22º 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 #2DABBF is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 171 | 191 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.25 |
| HSL | 188.22º | 0.62% | 0.46% | - |
| HSV(B) | 188.22º | 0.76% | 0.75% | - |
| XYZ | 25.05 | 33.45 | 54.43 | - |
| YUV | 135.61 | 159.26 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 191 | 0.76 | 0.10 | 0 | 0.25 | 188.22 | 0.62 | 0.46 |
| Hex | 2D | AB | BF | 4C | A | 0 | 19 | BC | 3E | 2E |
| Octal | 55 | 253 | 277 | 114 | 12 | 0 | 31 | 274 | 76 | 56 |
| Binary | 101101 | 10101011 | 10111111 | 1001100 | 1010 | 0 | 11001 | 10111100 | 111110 | 101110 |
Color Harmonies of #2DABBF
Complementary color
Monochromatic Colors of #2DABBF
Black with #2DABBF
Text Example
Text Example
White with #2DABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABBF; }
p { color: rgb(45,171,191); }
H1.HeaderClassName
{
color: #2DABBF;
}
.AnyTagClassName
{
color: #2DABBF;
}
</style>
background-color css
<style>
a { background-color: #2DABBF; }
a { background-color: rgb(45,171,191); }
div.DivClassName
{
background-color: #2DABBF;
}
.BgClassName
{
background-color: #2DABBF;
}
</style>
border-color css
<style>
span { border-color: #2DABBF; }
span { border-color: rgb(45,171,191); }
td.TdClassName
{
border-color: #2DABBF;
}
.TagClassName
{
border-color: #2DABBF;
}
</style>