Shades of Atoll #1C8386
Tints of Atoll #1C8386
RGB
CMYK
RGB Variations
Color information
#1C8386 (or 0x1C8386) is known color: Atoll. HEX triplet: 1C, 83 and 86. RGB value is (28,131,134). Sum of RGB (Red+Green+Blue) = 28+131+134=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #1C8386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8386 is #E37C79. Grayscale: #646464. Windows color (decimal): -14908538 or 8815388. OLE color: 8815388.
HSL color Cylindrical-coordinate representation of color #1C8386: hue angle of 181.7º 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 #1C8386 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 131 | 134 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.47 |
| HSL | 181.7º | 0.65% | 0.32% | - |
| HSV(B) | 181.7º | 0.79% | 0.53% | - |
| XYZ | 12.9 | 18.2 | 25.39 | - |
| YUV | 100.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 131 | 134 | 0.79 | 0.02 | 0 | 0.47 | 181.7 | 0.65 | 0.32 |
| Hex | 1C | 83 | 86 | 4F | 2 | 0 | 2F | B6 | 41 | 20 |
| Octal | 34 | 203 | 206 | 117 | 2 | 0 | 57 | 266 | 101 | 40 |
| Binary | 11100 | 10000011 | 10000110 | 1001111 | 10 | 0 | 101111 | 10110110 | 1000001 | 100000 |
Color Harmonies of #1C8386
Complementary color
Monochromatic Colors of #1C8386
Black with #1C8386
Text Example
Text Example
White with #1C8386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8386; }
p { color: rgb(28,131,134); }
H1.HeaderClassName
{
color: #1C8386;
}
.AnyTagClassName
{
color: #1C8386;
}
</style>
background-color css
<style>
a { background-color: #1C8386; }
a { background-color: rgb(28,131,134); }
div.DivClassName
{
background-color: #1C8386;
}
.BgClassName
{
background-color: #1C8386;
}
</style>
border-color css
<style>
span { border-color: #1C8386; }
span { border-color: rgb(28,131,134); }
td.TdClassName
{
border-color: #1C8386;
}
.TagClassName
{
border-color: #1C8386;
}
</style>