Shades of Atoll #198185
Tints of Atoll #198185
RGB
CMYK
RGB Variations
Color information
#198185 (or 0x198185) is known color: Atoll. HEX triplet: 19, 81 and 85. RGB value is (25,129,133). Sum of RGB (Red+Green+Blue) = 25+129+133=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #198185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198185 is #E67E7A. Grayscale: #626262. Windows color (decimal): -15105659 or 8749337. OLE color: 8749337.
HSL color Cylindrical-coordinate representation of color #198185: hue angle of 182.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198185 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 129 | 133 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.48 |
| HSL | 182.22º | 0.68% | 0.31% | - |
| HSV(B) | 182.22º | 0.81% | 0.52% | - |
| XYZ | 12.48 | 17.6 | 24.93 | - |
| YUV | 98.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 133 | 0.81 | 0.03 | 0 | 0.48 | 182.22 | 0.68 | 0.31 |
| Hex | 19 | 81 | 85 | 51 | 3 | 0 | 30 | B6 | 44 | 1F |
| Octal | 31 | 201 | 205 | 121 | 3 | 0 | 60 | 266 | 104 | 37 |
| Binary | 11001 | 10000001 | 10000101 | 1010001 | 11 | 0 | 110000 | 10110110 | 1000100 | 11111 |
Color Harmonies of #198185
Complementary color
Monochromatic Colors of #198185
Black with #198185
Text Example
Text Example
White with #198185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198185; }
p { color: rgb(25,129,133); }
H1.HeaderClassName
{
color: #198185;
}
.AnyTagClassName
{
color: #198185;
}
</style>
background-color css
<style>
a { background-color: #198185; }
a { background-color: rgb(25,129,133); }
div.DivClassName
{
background-color: #198185;
}
.BgClassName
{
background-color: #198185;
}
</style>
border-color css
<style>
span { border-color: #198185; }
span { border-color: rgb(25,129,133); }
td.TdClassName
{
border-color: #198185;
}
.TagClassName
{
border-color: #198185;
}
</style>