Shades of Pelorous #1DACBE
Tints of Pelorous #1DACBE
RGB
CMYK
RGB Variations
Color information
#1DACBE (or 0x1DACBE) is known color: Pelorous. HEX triplet: 1D, AC and BE. RGB value is (29,172,190). Sum of RGB (Red+Green+Blue) = 29+172+190=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #1DACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACBE is #E25341. Grayscale: #838383. Windows color (decimal): -14832450 or 12495901. OLE color: 12495901.
HSL color Cylindrical-coordinate representation of color #1DACBE: hue angle of 186.71º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DACBE is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 172 | 190 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.25 |
| HSL | 186.71º | 0.74% | 0.43% | - |
| HSV(B) | 186.71º | 0.85% | 0.75% | - |
| XYZ | 24.55 | 33.48 | 53.88 | - |
| YUV | 131.3 | 161.12 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 190 | 0.85 | 0.09 | 0 | 0.25 | 186.71 | 0.74 | 0.43 |
| Hex | 1D | AC | BE | 55 | 9 | 0 | 19 | BB | 4A | 2B |
| Octal | 35 | 254 | 276 | 125 | 11 | 0 | 31 | 273 | 112 | 53 |
| Binary | 11101 | 10101100 | 10111110 | 1010101 | 1001 | 0 | 11001 | 10111011 | 1001010 | 101011 |
Color Harmonies of #1DACBE
Complementary color
Monochromatic Colors of #1DACBE
Black with #1DACBE
Text Example
Text Example
White with #1DACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACBE; }
p { color: rgb(29,172,190); }
H1.HeaderClassName
{
color: #1DACBE;
}
.AnyTagClassName
{
color: #1DACBE;
}
</style>
background-color css
<style>
a { background-color: #1DACBE; }
a { background-color: rgb(29,172,190); }
div.DivClassName
{
background-color: #1DACBE;
}
.BgClassName
{
background-color: #1DACBE;
}
</style>
border-color css
<style>
span { border-color: #1DACBE; }
span { border-color: rgb(29,172,190); }
td.TdClassName
{
border-color: #1DACBE;
}
.TagClassName
{
border-color: #1DACBE;
}
</style>