Shades of Pelorous #1DA1AD
Tints of Pelorous #1DA1AD
RGB
CMYK
RGB Variations
Color information
#1DA1AD (or 0x1DA1AD) is known color: Pelorous. HEX triplet: 1D, A1 and AD. RGB value is (29,161,173). Sum of RGB (Red+Green+Blue) = 29+161+173=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #1DA1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA1AD is #E25E52. Grayscale: #7A7A7A. Windows color (decimal): -14835283 or 11378973. OLE color: 11378973.
HSL color Cylindrical-coordinate representation of color #1DA1AD: hue angle of 185º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA1AD is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 161 | 173 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.32 |
| HSL | 185º | 0.71% | 0.4% | - |
| HSV(B) | 185º | 0.83% | 0.68% | - |
| XYZ | 20.79 | 28.77 | 43.99 | - |
| YUV | 122.9 | 156.27 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 173 | 0.83 | 0.07 | 0 | 0.32 | 185 | 0.71 | 0.4 |
| Hex | 1D | A1 | AD | 53 | 7 | 0 | 20 | B9 | 47 | 28 |
| Octal | 35 | 241 | 255 | 123 | 7 | 0 | 40 | 271 | 107 | 50 |
| Binary | 11101 | 10100001 | 10101101 | 1010011 | 111 | 0 | 100000 | 10111001 | 1000111 | 101000 |
Color Harmonies of #1DA1AD
Complementary color
Monochromatic Colors of #1DA1AD
Black with #1DA1AD
Text Example
Text Example
White with #1DA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA1AD; }
p { color: rgb(29,161,173); }
H1.HeaderClassName
{
color: #1DA1AD;
}
.AnyTagClassName
{
color: #1DA1AD;
}
</style>
background-color css
<style>
a { background-color: #1DA1AD; }
a { background-color: rgb(29,161,173); }
div.DivClassName
{
background-color: #1DA1AD;
}
.BgClassName
{
background-color: #1DA1AD;
}
</style>
border-color css
<style>
span { border-color: #1DA1AD; }
span { border-color: rgb(29,161,173); }
td.TdClassName
{
border-color: #1DA1AD;
}
.TagClassName
{
border-color: #1DA1AD;
}
</style>