Shades of Pelorous #1DA3AD
Tints of Pelorous #1DA3AD
RGB
CMYK
RGB Variations
Color information
#1DA3AD (or 0x1DA3AD) is known color: Pelorous. HEX triplet: 1D, A3 and AD. RGB value is (29,163,173). Sum of RGB (Red+Green+Blue) = 29+163+173=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #1DA3AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA3AD is #E25C52. Grayscale: #7B7B7B. Windows color (decimal): -14834771 or 11379485. OLE color: 11379485.
HSL color Cylindrical-coordinate representation of color #1DA3AD: hue angle of 184.17º 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 #1DA3AD is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 163 | 173 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.32 |
| HSL | 184.17º | 0.71% | 0.4% | - |
| HSV(B) | 184.17º | 0.83% | 0.68% | - |
| XYZ | 21.15 | 29.47 | 44.11 | - |
| YUV | 124.07 | 155.61 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 173 | 0.83 | 0.06 | 0 | 0.32 | 184.17 | 0.71 | 0.4 |
| Hex | 1D | A3 | AD | 53 | 6 | 0 | 20 | B8 | 47 | 28 |
| Octal | 35 | 243 | 255 | 123 | 6 | 0 | 40 | 270 | 107 | 50 |
| Binary | 11101 | 10100011 | 10101101 | 1010011 | 110 | 0 | 100000 | 10111000 | 1000111 | 101000 |
Color Harmonies of #1DA3AD
Complementary color
Monochromatic Colors of #1DA3AD
Black with #1DA3AD
Text Example
Text Example
White with #1DA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA3AD; }
p { color: rgb(29,163,173); }
H1.HeaderClassName
{
color: #1DA3AD;
}
.AnyTagClassName
{
color: #1DA3AD;
}
</style>
background-color css
<style>
a { background-color: #1DA3AD; }
a { background-color: rgb(29,163,173); }
div.DivClassName
{
background-color: #1DA3AD;
}
.BgClassName
{
background-color: #1DA3AD;
}
</style>
border-color css
<style>
span { border-color: #1DA3AD; }
span { border-color: rgb(29,163,173); }
td.TdClassName
{
border-color: #1DA3AD;
}
.TagClassName
{
border-color: #1DA3AD;
}
</style>