Shades of Atoll #198488
Tints of Atoll #198488
RGB
CMYK
RGB Variations
Color information
#198488 (or 0x198488) is known color: Atoll. HEX triplet: 19, 84 and 88. RGB value is (25,132,136). Sum of RGB (Red+Green+Blue) = 25+132+136=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #198488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198488 is #E67B77. Grayscale: #646464. Windows color (decimal): -15104888 or 8946713. OLE color: 8946713.
HSL color Cylindrical-coordinate representation of color #198488: hue angle of 182.16º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198488 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 132 | 136 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.47 |
| HSL | 182.16º | 0.69% | 0.32% | - |
| HSV(B) | 182.16º | 0.82% | 0.53% | - |
| XYZ | 13.1 | 18.49 | 26.17 | - |
| YUV | 100.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 136 | 0.82 | 0.03 | 0 | 0.47 | 182.16 | 0.69 | 0.32 |
| Hex | 19 | 84 | 88 | 52 | 3 | 0 | 2F | B6 | 45 | 20 |
| Octal | 31 | 204 | 210 | 122 | 3 | 0 | 57 | 266 | 105 | 40 |
| Binary | 11001 | 10000100 | 10001000 | 1010010 | 11 | 0 | 101111 | 10110110 | 1000101 | 100000 |
Color Harmonies of #198488
Complementary color
Monochromatic Colors of #198488
Black with #198488
Text Example
Text Example
White with #198488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198488; }
p { color: rgb(25,132,136); }
H1.HeaderClassName
{
color: #198488;
}
.AnyTagClassName
{
color: #198488;
}
</style>
background-color css
<style>
a { background-color: #198488; }
a { background-color: rgb(25,132,136); }
div.DivClassName
{
background-color: #198488;
}
.BgClassName
{
background-color: #198488;
}
</style>
border-color css
<style>
span { border-color: #198488; }
span { border-color: rgb(25,132,136); }
td.TdClassName
{
border-color: #198488;
}
.TagClassName
{
border-color: #198488;
}
</style>