Shades of Atoll #288683
Tints of Atoll #288683
RGB
CMYK
RGB Variations
Color information
#288683 (or 0x288683) is known color: Atoll. HEX triplet: 28, 86 and 83. RGB value is (40,134,131). Sum of RGB (Red+Green+Blue) = 40+134+131=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #288683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288683 is #D7797C. Grayscale: #696969. Windows color (decimal): -14121341 or 8619560. OLE color: 8619560.
HSL color Cylindrical-coordinate representation of color #288683: hue angle of 178.09º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288683 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 131 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.47 |
| HSL | 178.09º | 0.54% | 0.34% | - |
| HSV(B) | 178.09º | 0.7% | 0.53% | - |
| XYZ | 13.5 | 19.14 | 24.46 | - |
| YUV | 105.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 131 | 0.70 | 0 | 0.02 | 0.47 | 178.09 | 0.54 | 0.34 |
| Hex | 28 | 86 | 83 | 46 | 0 | 2 | 2F | B2 | 36 | 22 |
| Octal | 50 | 206 | 203 | 106 | 0 | 2 | 57 | 262 | 66 | 42 |
| Binary | 101000 | 10000110 | 10000011 | 1000110 | 0 | 10 | 101111 | 10110010 | 110110 | 100010 |
Color Harmonies of #288683
Complementary color
Monochromatic Colors of #288683
Black with #288683
Text Example
Text Example
White with #288683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288683; }
p { color: rgb(40,134,131); }
H1.HeaderClassName
{
color: #288683;
}
.AnyTagClassName
{
color: #288683;
}
</style>
background-color css
<style>
a { background-color: #288683; }
a { background-color: rgb(40,134,131); }
div.DivClassName
{
background-color: #288683;
}
.BgClassName
{
background-color: #288683;
}
</style>
border-color css
<style>
span { border-color: #288683; }
span { border-color: rgb(40,134,131); }
td.TdClassName
{
border-color: #288683;
}
.TagClassName
{
border-color: #288683;
}
</style>