Shades of Pelorous #1DA3AB
Tints of Pelorous #1DA3AB
RGB
CMYK
RGB Variations
Color information
#1DA3AB (or 0x1DA3AB) is known color: Pelorous. HEX triplet: 1D, A3 and AB. RGB value is (29,163,171). Sum of RGB (Red+Green+Blue) = 29+163+171=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #1DA3AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA3AB is #E25C54. Grayscale: #7B7B7B. Windows color (decimal): -14834773 or 11248413. OLE color: 11248413.
HSL color Cylindrical-coordinate representation of color #1DA3AB: hue angle of 183.38º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA3AB is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 163 | 171 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.33 |
| HSL | 183.38º | 0.71% | 0.39% | - |
| HSV(B) | 183.38º | 0.83% | 0.67% | - |
| XYZ | 20.95 | 29.4 | 43.1 | - |
| YUV | 123.85 | 154.61 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 171 | 0.83 | 0.05 | 0 | 0.33 | 183.38 | 0.71 | 0.39 |
| Hex | 1D | A3 | AB | 53 | 5 | 0 | 21 | B7 | 47 | 27 |
| Octal | 35 | 243 | 253 | 123 | 5 | 0 | 41 | 267 | 107 | 47 |
| Binary | 11101 | 10100011 | 10101011 | 1010011 | 101 | 0 | 100001 | 10110111 | 1000111 | 100111 |
Color Harmonies of #1DA3AB
Complementary color
Monochromatic Colors of #1DA3AB
Black with #1DA3AB
Text Example
Text Example
White with #1DA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA3AB; }
p { color: rgb(29,163,171); }
H1.HeaderClassName
{
color: #1DA3AB;
}
.AnyTagClassName
{
color: #1DA3AB;
}
</style>
background-color css
<style>
a { background-color: #1DA3AB; }
a { background-color: rgb(29,163,171); }
div.DivClassName
{
background-color: #1DA3AB;
}
.BgClassName
{
background-color: #1DA3AB;
}
</style>
border-color css
<style>
span { border-color: #1DA3AB; }
span { border-color: rgb(29,163,171); }
td.TdClassName
{
border-color: #1DA3AB;
}
.TagClassName
{
border-color: #1DA3AB;
}
</style>