Shades of Atoll #198182
Tints of Atoll #198182
RGB
CMYK
RGB Variations
Color information
#198182 (or 0x198182) is known color: Atoll. HEX triplet: 19, 81 and 82. RGB value is (25,129,130). Sum of RGB (Red+Green+Blue) = 25+129+130=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #198182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198182 is #E67E7D. Grayscale: #616161. Windows color (decimal): -15105662 or 8552729. OLE color: 8552729.
HSL color Cylindrical-coordinate representation of color #198182: hue angle of 180.57º 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 #198182 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 130 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.49 |
| HSL | 180.57º | 0.68% | 0.3% | - |
| HSV(B) | 180.57º | 0.81% | 0.51% | - |
| XYZ | 12.28 | 17.52 | 23.85 | - |
| YUV | 98.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 130 | 0.81 | 0.01 | 0 | 0.49 | 180.57 | 0.68 | 0.3 |
| Hex | 19 | 81 | 82 | 51 | 1 | 0 | 31 | B5 | 44 | 1E |
| Octal | 31 | 201 | 202 | 121 | 1 | 0 | 61 | 265 | 104 | 36 |
| Binary | 11001 | 10000001 | 10000010 | 1010001 | 1 | 0 | 110001 | 10110101 | 1000100 | 11110 |
Color Harmonies of #198182
Complementary color
Monochromatic Colors of #198182
Black with #198182
Text Example
Text Example
White with #198182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198182; }
p { color: rgb(25,129,130); }
H1.HeaderClassName
{
color: #198182;
}
.AnyTagClassName
{
color: #198182;
}
</style>
background-color css
<style>
a { background-color: #198182; }
a { background-color: rgb(25,129,130); }
div.DivClassName
{
background-color: #198182;
}
.BgClassName
{
background-color: #198182;
}
</style>
border-color css
<style>
span { border-color: #198182; }
span { border-color: rgb(25,129,130); }
td.TdClassName
{
border-color: #198182;
}
.TagClassName
{
border-color: #198182;
}
</style>