Shades of Pelorous #1DA0AA
Tints of Pelorous #1DA0AA
RGB
CMYK
RGB Variations
Color information
#1DA0AA (or 0x1DA0AA) is known color: Pelorous. HEX triplet: 1D, A0 and AA. RGB value is (29,160,170). Sum of RGB (Red+Green+Blue) = 29+160+170=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #1DA0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA0AA is #E25F55. Grayscale: #797979. Windows color (decimal): -14835542 or 11182109. OLE color: 11182109.
HSL color Cylindrical-coordinate representation of color #1DA0AA: hue angle of 184.26º 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 #1DA0AA is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 160 | 170 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.33 |
| HSL | 184.26º | 0.71% | 0.39% | - |
| HSV(B) | 184.26º | 0.83% | 0.67% | - |
| XYZ | 20.33 | 28.31 | 42.42 | - |
| YUV | 121.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 170 | 0.83 | 0.06 | 0 | 0.33 | 184.26 | 0.71 | 0.39 |
| Hex | 1D | A0 | AA | 53 | 6 | 0 | 21 | B8 | 47 | 27 |
| Octal | 35 | 240 | 252 | 123 | 6 | 0 | 41 | 270 | 107 | 47 |
| Binary | 11101 | 10100000 | 10101010 | 1010011 | 110 | 0 | 100001 | 10111000 | 1000111 | 100111 |
Color Harmonies of #1DA0AA
Complementary color
Monochromatic Colors of #1DA0AA
Black with #1DA0AA
Text Example
Text Example
White with #1DA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA0AA; }
p { color: rgb(29,160,170); }
H1.HeaderClassName
{
color: #1DA0AA;
}
.AnyTagClassName
{
color: #1DA0AA;
}
</style>
background-color css
<style>
a { background-color: #1DA0AA; }
a { background-color: rgb(29,160,170); }
div.DivClassName
{
background-color: #1DA0AA;
}
.BgClassName
{
background-color: #1DA0AA;
}
</style>
border-color css
<style>
span { border-color: #1DA0AA; }
span { border-color: rgb(29,160,170); }
td.TdClassName
{
border-color: #1DA0AA;
}
.TagClassName
{
border-color: #1DA0AA;
}
</style>