Shades of Pelorous #2D9DAB
Tints of Pelorous #2D9DAB
RGB
CMYK
RGB Variations
Color information
#2D9DAB (or 0x2D9DAB) is known color: Pelorous. HEX triplet: 2D, 9D and AB. RGB value is (45,157,171). Sum of RGB (Red+Green+Blue) = 45+157+171=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D9DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9DAB is #D26254. Grayscale: #7C7C7C. Windows color (decimal): -13787733 or 11246893. OLE color: 11246893.
HSL color Cylindrical-coordinate representation of color #2D9DAB: hue angle of 186.67º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D9DAB is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 157 | 171 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.33 |
| HSL | 186.67º | 0.58% | 0.42% | - |
| HSV(B) | 186.67º | 0.74% | 0.67% | - |
| XYZ | 20.49 | 27.61 | 42.78 | - |
| YUV | 125.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 171 | 0.74 | 0.08 | 0 | 0.33 | 186.67 | 0.58 | 0.42 |
| Hex | 2D | 9D | AB | 4A | 8 | 0 | 21 | BB | 3A | 2A |
| Octal | 55 | 235 | 253 | 112 | 10 | 0 | 41 | 273 | 72 | 52 |
| Binary | 101101 | 10011101 | 10101011 | 1001010 | 1000 | 0 | 100001 | 10111011 | 111010 | 101010 |
Color Harmonies of #2D9DAB
Complementary color
Monochromatic Colors of #2D9DAB
Black with #2D9DAB
Text Example
Text Example
White with #2D9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9DAB; }
p { color: rgb(45,157,171); }
H1.HeaderClassName
{
color: #2D9DAB;
}
.AnyTagClassName
{
color: #2D9DAB;
}
</style>
background-color css
<style>
a { background-color: #2D9DAB; }
a { background-color: rgb(45,157,171); }
div.DivClassName
{
background-color: #2D9DAB;
}
.BgClassName
{
background-color: #2D9DAB;
}
</style>
border-color css
<style>
span { border-color: #2D9DAB; }
span { border-color: rgb(45,157,171); }
td.TdClassName
{
border-color: #2D9DAB;
}
.TagClassName
{
border-color: #2D9DAB;
}
</style>