Shades of Atoll #198283
Tints of Atoll #198283
RGB
CMYK
RGB Variations
Color information
#198283 (or 0x198283) is known color: Atoll. HEX triplet: 19, 82 and 83. RGB value is (25,130,131). Sum of RGB (Red+Green+Blue) = 25+130+131=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #198283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198283 is #E67D7C. Grayscale: #626262. Windows color (decimal): -15105405 or 8618521. OLE color: 8618521.
HSL color Cylindrical-coordinate representation of color #198283: hue angle of 180.57º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198283 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 131 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.49 |
| HSL | 180.57º | 0.68% | 0.31% | - |
| HSV(B) | 180.57º | 0.81% | 0.51% | - |
| XYZ | 12.48 | 17.81 | 24.25 | - |
| YUV | 98.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 131 | 0.81 | 0.01 | 0 | 0.49 | 180.57 | 0.68 | 0.31 |
| Hex | 19 | 82 | 83 | 51 | 1 | 0 | 31 | B5 | 44 | 1F |
| Octal | 31 | 202 | 203 | 121 | 1 | 0 | 61 | 265 | 104 | 37 |
| Binary | 11001 | 10000010 | 10000011 | 1010001 | 1 | 0 | 110001 | 10110101 | 1000100 | 11111 |
Color Harmonies of #198283
Complementary color
Monochromatic Colors of #198283
Black with #198283
Text Example
Text Example
White with #198283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198283; }
p { color: rgb(25,130,131); }
H1.HeaderClassName
{
color: #198283;
}
.AnyTagClassName
{
color: #198283;
}
</style>
background-color css
<style>
a { background-color: #198283; }
a { background-color: rgb(25,130,131); }
div.DivClassName
{
background-color: #198283;
}
.BgClassName
{
background-color: #198283;
}
</style>
border-color css
<style>
span { border-color: #198283; }
span { border-color: rgb(25,130,131); }
td.TdClassName
{
border-color: #198283;
}
.TagClassName
{
border-color: #198283;
}
</style>