Shades of Atoll #198384
Tints of Atoll #198384
RGB
CMYK
RGB Variations
Color information
#198384 (or 0x198384) is known color: Atoll. HEX triplet: 19, 83 and 84. RGB value is (25,131,132). Sum of RGB (Red+Green+Blue) = 25+131+132=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #198384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198384 is #E67C7B. Grayscale: #636363. Windows color (decimal): -15105148 or 8684313. OLE color: 8684313.
HSL color Cylindrical-coordinate representation of color #198384: hue angle of 180.56º 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 #198384 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 131 | 132 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.48 |
| HSL | 180.56º | 0.68% | 0.31% | - |
| HSV(B) | 180.56º | 0.81% | 0.52% | - |
| XYZ | 12.68 | 18.11 | 24.66 | - |
| YUV | 99.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 132 | 0.81 | 0.01 | 0 | 0.48 | 180.56 | 0.68 | 0.31 |
| Hex | 19 | 83 | 84 | 51 | 1 | 0 | 30 | B5 | 44 | 1F |
| Octal | 31 | 203 | 204 | 121 | 1 | 0 | 60 | 265 | 104 | 37 |
| Binary | 11001 | 10000011 | 10000100 | 1010001 | 1 | 0 | 110000 | 10110101 | 1000100 | 11111 |
Color Harmonies of #198384
Complementary color
Monochromatic Colors of #198384
Black with #198384
Text Example
Text Example
White with #198384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198384; }
p { color: rgb(25,131,132); }
H1.HeaderClassName
{
color: #198384;
}
.AnyTagClassName
{
color: #198384;
}
</style>
background-color css
<style>
a { background-color: #198384; }
a { background-color: rgb(25,131,132); }
div.DivClassName
{
background-color: #198384;
}
.BgClassName
{
background-color: #198384;
}
</style>
border-color css
<style>
span { border-color: #198384; }
span { border-color: rgb(25,131,132); }
td.TdClassName
{
border-color: #198384;
}
.TagClassName
{
border-color: #198384;
}
</style>