Shades of Pelorous #1D9AA6
Tints of Pelorous #1D9AA6
RGB
CMYK
RGB Variations
Color information
#1D9AA6 (or 0x1D9AA6) is known color: Pelorous. HEX triplet: 1D, 9A and A6. RGB value is (29,154,166). Sum of RGB (Red+Green+Blue) = 29+154+166=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 166 - color contains mainly: blue. Hex color #1D9AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9AA6 is #E26559. Grayscale: #757575. Windows color (decimal): -14837082 or 10918429. OLE color: 10918429.
HSL color Cylindrical-coordinate representation of color #1D9AA6: hue angle of 185.26º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D9AA6 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 154 | 166 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.35 |
| HSL | 185.26º | 0.7% | 0.38% | - |
| HSV(B) | 185.26º | 0.83% | 0.65% | - |
| XYZ | 18.95 | 26.13 | 40.12 | - |
| YUV | 117.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 166 | 0.83 | 0.07 | 0 | 0.35 | 185.26 | 0.7 | 0.38 |
| Hex | 1D | 9A | A6 | 53 | 7 | 0 | 23 | B9 | 46 | 26 |
| Octal | 35 | 232 | 246 | 123 | 7 | 0 | 43 | 271 | 106 | 46 |
| Binary | 11101 | 10011010 | 10100110 | 1010011 | 111 | 0 | 100011 | 10111001 | 1000110 | 100110 |
Color Harmonies of #1D9AA6
Complementary color
Monochromatic Colors of #1D9AA6
Black with #1D9AA6
Text Example
Text Example
White with #1D9AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9AA6; }
p { color: rgb(29,154,166); }
H1.HeaderClassName
{
color: #1D9AA6;
}
.AnyTagClassName
{
color: #1D9AA6;
}
</style>
background-color css
<style>
a { background-color: #1D9AA6; }
a { background-color: rgb(29,154,166); }
div.DivClassName
{
background-color: #1D9AA6;
}
.BgClassName
{
background-color: #1D9AA6;
}
</style>
border-color css
<style>
span { border-color: #1D9AA6; }
span { border-color: rgb(29,154,166); }
td.TdClassName
{
border-color: #1D9AA6;
}
.TagClassName
{
border-color: #1D9AA6;
}
</style>