Shades of Atoll #198081
Tints of Atoll #198081
RGB
CMYK
RGB Variations
Color information
#198081 (or 0x198081) is known color: Atoll. HEX triplet: 19, 80 and 81. RGB value is (25,128,129). Sum of RGB (Red+Green+Blue) = 25+128+129=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #198081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198081 is #E67F7E. Grayscale: #616161. Windows color (decimal): -15105919 or 8486937. OLE color: 8486937.
HSL color Cylindrical-coordinate representation of color #198081: hue angle of 180.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198081 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 128 | 129 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.49 |
| HSL | 180.58º | 0.68% | 0.3% | - |
| HSV(B) | 180.58º | 0.81% | 0.51% | - |
| XYZ | 12.08 | 17.23 | 23.46 | - |
| YUV | 97.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 129 | 0.81 | 0.01 | 0 | 0.49 | 180.58 | 0.68 | 0.3 |
| Hex | 19 | 80 | 81 | 51 | 1 | 0 | 31 | B5 | 44 | 1E |
| Octal | 31 | 200 | 201 | 121 | 1 | 0 | 61 | 265 | 104 | 36 |
| Binary | 11001 | 10000000 | 10000001 | 1010001 | 1 | 0 | 110001 | 10110101 | 1000100 | 11110 |
Color Harmonies of #198081
Complementary color
Monochromatic Colors of #198081
Black with #198081
Text Example
Text Example
White with #198081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198081; }
p { color: rgb(25,128,129); }
H1.HeaderClassName
{
color: #198081;
}
.AnyTagClassName
{
color: #198081;
}
</style>
background-color css
<style>
a { background-color: #198081; }
a { background-color: rgb(25,128,129); }
div.DivClassName
{
background-color: #198081;
}
.BgClassName
{
background-color: #198081;
}
</style>
border-color css
<style>
span { border-color: #198081; }
span { border-color: rgb(25,128,129); }
td.TdClassName
{
border-color: #198081;
}
.TagClassName
{
border-color: #198081;
}
</style>