Shades of Pelorous #2DA1AA
Tints of Pelorous #2DA1AA
RGB
CMYK
RGB Variations
Color information
#2DA1AA (or 0x2DA1AA) is known color: Pelorous. HEX triplet: 2D, A1 and AA. RGB value is (45,161,170). Sum of RGB (Red+Green+Blue) = 45+161+170=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #2DA1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA1AA is #D25E55. Grayscale: #7F7F7F. Windows color (decimal): -13786710 or 11182381. OLE color: 11182381.
HSL color Cylindrical-coordinate representation of color #2DA1AA: hue angle of 184.32º 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 #2DA1AA is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 161 | 170 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.33 |
| HSL | 184.32º | 0.58% | 0.42% | - |
| HSV(B) | 184.32º | 0.74% | 0.67% | - |
| XYZ | 21.08 | 28.95 | 42.51 | - |
| YUV | 127.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 170 | 0.74 | 0.05 | 0 | 0.33 | 184.32 | 0.58 | 0.42 |
| Hex | 2D | A1 | AA | 4A | 5 | 0 | 21 | B8 | 3A | 2A |
| Octal | 55 | 241 | 252 | 112 | 5 | 0 | 41 | 270 | 72 | 52 |
| Binary | 101101 | 10100001 | 10101010 | 1001010 | 101 | 0 | 100001 | 10111000 | 111010 | 101010 |
Color Harmonies of #2DA1AA
Complementary color
Monochromatic Colors of #2DA1AA
Black with #2DA1AA
Text Example
Text Example
White with #2DA1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA1AA; }
p { color: rgb(45,161,170); }
H1.HeaderClassName
{
color: #2DA1AA;
}
.AnyTagClassName
{
color: #2DA1AA;
}
</style>
background-color css
<style>
a { background-color: #2DA1AA; }
a { background-color: rgb(45,161,170); }
div.DivClassName
{
background-color: #2DA1AA;
}
.BgClassName
{
background-color: #2DA1AA;
}
</style>
border-color css
<style>
span { border-color: #2DA1AA; }
span { border-color: rgb(45,161,170); }
td.TdClassName
{
border-color: #2DA1AA;
}
.TagClassName
{
border-color: #2DA1AA;
}
</style>