Shades of Pelorous #1DA0AD
Tints of Pelorous #1DA0AD
RGB
CMYK
RGB Variations
Color information
#1DA0AD (or 0x1DA0AD) is known color: Pelorous. HEX triplet: 1D, A0 and AD. RGB value is (29,160,173). Sum of RGB (Red+Green+Blue) = 29+160+173=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #1DA0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA0AD is #E25F52. Grayscale: #7A7A7A. Windows color (decimal): -14835539 or 11378717. OLE color: 11378717.
HSL color Cylindrical-coordinate representation of color #1DA0AD: hue angle of 185.42º 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 #1DA0AD is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 160 | 173 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.32 |
| HSL | 185.42º | 0.71% | 0.4% | - |
| HSV(B) | 185.42º | 0.83% | 0.68% | - |
| XYZ | 20.62 | 28.42 | 43.93 | - |
| YUV | 122.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 173 | 0.83 | 0.08 | 0 | 0.32 | 185.42 | 0.71 | 0.4 |
| Hex | 1D | A0 | AD | 53 | 8 | 0 | 20 | B9 | 47 | 28 |
| Octal | 35 | 240 | 255 | 123 | 10 | 0 | 40 | 271 | 107 | 50 |
| Binary | 11101 | 10100000 | 10101101 | 1010011 | 1000 | 0 | 100000 | 10111001 | 1000111 | 101000 |
Color Harmonies of #1DA0AD
Complementary color
Monochromatic Colors of #1DA0AD
Black with #1DA0AD
Text Example
Text Example
White with #1DA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA0AD; }
p { color: rgb(29,160,173); }
H1.HeaderClassName
{
color: #1DA0AD;
}
.AnyTagClassName
{
color: #1DA0AD;
}
</style>
background-color css
<style>
a { background-color: #1DA0AD; }
a { background-color: rgb(29,160,173); }
div.DivClassName
{
background-color: #1DA0AD;
}
.BgClassName
{
background-color: #1DA0AD;
}
</style>
border-color css
<style>
span { border-color: #1DA0AD; }
span { border-color: rgb(29,160,173); }
td.TdClassName
{
border-color: #1DA0AD;
}
.TagClassName
{
border-color: #1DA0AD;
}
</style>