Shades of Atoll #198088
Tints of Atoll #198088
RGB
CMYK
RGB Variations
Color information
#198088 (or 0x198088) is known color: Atoll. HEX triplet: 19, 80 and 88. RGB value is (25,128,136). Sum of RGB (Red+Green+Blue) = 25+128+136=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #198088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198088 is #E67F77. Grayscale: #616161. Windows color (decimal): -15105912 or 8945689. OLE color: 8945689.
HSL color Cylindrical-coordinate representation of color #198088: hue angle of 184.32º 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 #198088 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 128 | 136 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.47 |
| HSL | 184.32º | 0.69% | 0.32% | - |
| HSV(B) | 184.32º | 0.82% | 0.53% | - |
| XYZ | 12.56 | 17.42 | 25.99 | - |
| YUV | 98.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 136 | 0.82 | 0.06 | 0 | 0.47 | 184.32 | 0.69 | 0.32 |
| Hex | 19 | 80 | 88 | 52 | 6 | 0 | 2F | B8 | 45 | 20 |
| Octal | 31 | 200 | 210 | 122 | 6 | 0 | 57 | 270 | 105 | 40 |
| Binary | 11001 | 10000000 | 10001000 | 1010010 | 110 | 0 | 101111 | 10111000 | 1000101 | 100000 |
Color Harmonies of #198088
Complementary color
Monochromatic Colors of #198088
Black with #198088
Text Example
Text Example
White with #198088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198088; }
p { color: rgb(25,128,136); }
H1.HeaderClassName
{
color: #198088;
}
.AnyTagClassName
{
color: #198088;
}
</style>
background-color css
<style>
a { background-color: #198088; }
a { background-color: rgb(25,128,136); }
div.DivClassName
{
background-color: #198088;
}
.BgClassName
{
background-color: #198088;
}
</style>
border-color css
<style>
span { border-color: #198088; }
span { border-color: rgb(25,128,136); }
td.TdClassName
{
border-color: #198088;
}
.TagClassName
{
border-color: #198088;
}
</style>