Shades of Atoll #187B83
Tints of Atoll #187B83
RGB
CMYK
RGB Variations
Color information
#187B83 (or 0x187B83) is known color: Atoll. HEX triplet: 18, 7B and 83. RGB value is (24,123,131). Sum of RGB (Red+Green+Blue) = 24+123+131=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #187B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187B83 is #E7847C. Grayscale: #5E5E5E. Windows color (decimal): -15172733 or 8616728. OLE color: 8616728.
HSL color Cylindrical-coordinate representation of color #187B83: hue angle of 184.49º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187B83 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 123 | 131 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.49 |
| HSL | 184.49º | 0.69% | 0.3% | - |
| HSV(B) | 184.49º | 0.82% | 0.51% | - |
| XYZ | 11.56 | 16 | 23.95 | - |
| YUV | 94.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 131 | 0.82 | 0.06 | 0 | 0.49 | 184.49 | 0.69 | 0.3 |
| Hex | 18 | 7B | 83 | 52 | 6 | 0 | 31 | B8 | 45 | 1E |
| Octal | 30 | 173 | 203 | 122 | 6 | 0 | 61 | 270 | 105 | 36 |
| Binary | 11000 | 1111011 | 10000011 | 1010010 | 110 | 0 | 110001 | 10111000 | 1000101 | 11110 |
Color Harmonies of #187B83
Complementary color
Monochromatic Colors of #187B83
Black with #187B83
Text Example
Text Example
White with #187B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187B83; }
p { color: rgb(24,123,131); }
H1.HeaderClassName
{
color: #187B83;
}
.AnyTagClassName
{
color: #187B83;
}
</style>
background-color css
<style>
a { background-color: #187B83; }
a { background-color: rgb(24,123,131); }
div.DivClassName
{
background-color: #187B83;
}
.BgClassName
{
background-color: #187B83;
}
</style>
border-color css
<style>
span { border-color: #187B83; }
span { border-color: rgb(24,123,131); }
td.TdClassName
{
border-color: #187B83;
}
.TagClassName
{
border-color: #187B83;
}
</style>