Shades of Atoll #188283
Tints of Atoll #188283
RGB
CMYK
RGB Variations
Color information
#188283 (or 0x188283) is known color: Atoll. HEX triplet: 18, 82 and 83. RGB value is (24,130,131). Sum of RGB (Red+Green+Blue) = 24+130+131=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #188283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188283 is #E77D7C. Grayscale: #626262. Windows color (decimal): -15170941 or 8618520. OLE color: 8618520.
HSL color Cylindrical-coordinate representation of color #188283: hue angle of 180.56º 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 #188283 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 131 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.49 |
| HSL | 180.56º | 0.69% | 0.3% | - |
| HSV(B) | 180.56º | 0.82% | 0.51% | - |
| XYZ | 12.46 | 17.8 | 24.25 | - |
| YUV | 98.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 131 | 0.82 | 0.01 | 0 | 0.49 | 180.56 | 0.69 | 0.3 |
| Hex | 18 | 82 | 83 | 52 | 1 | 0 | 31 | B5 | 45 | 1E |
| Octal | 30 | 202 | 203 | 122 | 1 | 0 | 61 | 265 | 105 | 36 |
| Binary | 11000 | 10000010 | 10000011 | 1010010 | 1 | 0 | 110001 | 10110101 | 1000101 | 11110 |
Color Harmonies of #188283
Complementary color
Monochromatic Colors of #188283
Black with #188283
Text Example
Text Example
White with #188283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188283; }
p { color: rgb(24,130,131); }
H1.HeaderClassName
{
color: #188283;
}
.AnyTagClassName
{
color: #188283;
}
</style>
background-color css
<style>
a { background-color: #188283; }
a { background-color: rgb(24,130,131); }
div.DivClassName
{
background-color: #188283;
}
.BgClassName
{
background-color: #188283;
}
</style>
border-color css
<style>
span { border-color: #188283; }
span { border-color: rgb(24,130,131); }
td.TdClassName
{
border-color: #188283;
}
.TagClassName
{
border-color: #188283;
}
</style>