Shades of Atoll #1B8387
Tints of Atoll #1B8387
RGB
CMYK
RGB Variations
Color information
#1B8387 (or 0x1B8387) is known color: Atoll. HEX triplet: 1B, 83 and 87. RGB value is (27,131,135). Sum of RGB (Red+Green+Blue) = 27+131+135=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B8387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8387 is #E47C78. Grayscale: #646464. Windows color (decimal): -14974073 or 8880923. OLE color: 8880923.
HSL color Cylindrical-coordinate representation of color #1B8387: hue angle of 182.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8387 is Cyan = 0.8, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 131 | 135 | - |
| CMYK | 0.8 | 0.03 | 0 | 0.47 |
| HSL | 182.22º | 0.67% | 0.32% | - |
| HSV(B) | 182.22º | 0.8% | 0.53% | - |
| XYZ | 12.94 | 18.21 | 25.76 | - |
| YUV | 100.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 131 | 135 | 0.8 | 0.03 | 0 | 0.47 | 182.22 | 0.67 | 0.32 |
| Hex | 1B | 83 | 87 | 50 | 3 | 0 | 2F | B6 | 43 | 20 |
| Octal | 33 | 203 | 207 | 120 | 3 | 0 | 57 | 266 | 103 | 40 |
| Binary | 11011 | 10000011 | 10000111 | 1010000 | 11 | 0 | 101111 | 10110110 | 1000011 | 100000 |
Color Harmonies of #1B8387
Complementary color
Monochromatic Colors of #1B8387
Black with #1B8387
Text Example
Text Example
White with #1B8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8387; }
p { color: rgb(27,131,135); }
H1.HeaderClassName
{
color: #1B8387;
}
.AnyTagClassName
{
color: #1B8387;
}
</style>
background-color css
<style>
a { background-color: #1B8387; }
a { background-color: rgb(27,131,135); }
div.DivClassName
{
background-color: #1B8387;
}
.BgClassName
{
background-color: #1B8387;
}
</style>
border-color css
<style>
span { border-color: #1B8387; }
span { border-color: rgb(27,131,135); }
td.TdClassName
{
border-color: #1B8387;
}
.TagClassName
{
border-color: #1B8387;
}
</style>