Shades of Atoll #1D8387
Tints of Atoll #1D8387
RGB
CMYK
RGB Variations
Color information
#1D8387 (or 0x1D8387) is known color: Atoll. HEX triplet: 1D, 83 and 87. RGB value is (29,131,135). Sum of RGB (Red+Green+Blue) = 29+131+135=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D8387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8387 is #E27C78. Grayscale: #646464. Windows color (decimal): -14843001 or 8880925. OLE color: 8880925.
HSL color Cylindrical-coordinate representation of color #1D8387: hue angle of 182.26º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8387 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 131 | 135 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.47 |
| HSL | 182.26º | 0.65% | 0.32% | - |
| HSV(B) | 182.26º | 0.79% | 0.53% | - |
| XYZ | 13 | 18.24 | 25.76 | - |
| YUV | 100.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 131 | 135 | 0.79 | 0.03 | 0 | 0.47 | 182.26 | 0.65 | 0.32 |
| Hex | 1D | 83 | 87 | 4F | 3 | 0 | 2F | B6 | 41 | 20 |
| Octal | 35 | 203 | 207 | 117 | 3 | 0 | 57 | 266 | 101 | 40 |
| Binary | 11101 | 10000011 | 10000111 | 1001111 | 11 | 0 | 101111 | 10110110 | 1000001 | 100000 |
Color Harmonies of #1D8387
Complementary color
Monochromatic Colors of #1D8387
Black with #1D8387
Text Example
Text Example
White with #1D8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8387; }
p { color: rgb(29,131,135); }
H1.HeaderClassName
{
color: #1D8387;
}
.AnyTagClassName
{
color: #1D8387;
}
</style>
background-color css
<style>
a { background-color: #1D8387; }
a { background-color: rgb(29,131,135); }
div.DivClassName
{
background-color: #1D8387;
}
.BgClassName
{
background-color: #1D8387;
}
</style>
border-color css
<style>
span { border-color: #1D8387; }
span { border-color: rgb(29,131,135); }
td.TdClassName
{
border-color: #1D8387;
}
.TagClassName
{
border-color: #1D8387;
}
</style>