Shades of Atoll #288280
Tints of Atoll #288280
RGB
CMYK
RGB Variations
Color information
#288280 (or 0x288280) is known color: Atoll. HEX triplet: 28, 82 and 80. RGB value is (40,130,128). Sum of RGB (Red+Green+Blue) = 40+130+128=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #288280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288280 is #D77D7F. Grayscale: #666666. Windows color (decimal): -14122368 or 8421928. OLE color: 8421928.
HSL color Cylindrical-coordinate representation of color #288280: hue angle of 178.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288280 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 128 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.49 |
| HSL | 178.67º | 0.53% | 0.33% | - |
| HSV(B) | 178.67º | 0.69% | 0.51% | - |
| XYZ | 12.75 | 17.97 | 23.22 | - |
| YUV | 102.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 128 | 0.69 | 0 | 0.02 | 0.49 | 178.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 80 | 45 | 0 | 2 | 31 | B3 | 35 | 21 |
| Octal | 50 | 202 | 200 | 105 | 0 | 2 | 61 | 263 | 65 | 41 |
| Binary | 101000 | 10000010 | 10000000 | 1000101 | 0 | 10 | 110001 | 10110011 | 110101 | 100001 |
Color Harmonies of #288280
Complementary color
Monochromatic Colors of #288280
Black with #288280
Text Example
Text Example
White with #288280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288280; }
p { color: rgb(40,130,128); }
H1.HeaderClassName
{
color: #288280;
}
.AnyTagClassName
{
color: #288280;
}
</style>
background-color css
<style>
a { background-color: #288280; }
a { background-color: rgb(40,130,128); }
div.DivClassName
{
background-color: #288280;
}
.BgClassName
{
background-color: #288280;
}
</style>
border-color css
<style>
span { border-color: #288280; }
span { border-color: rgb(40,130,128); }
td.TdClassName
{
border-color: #288280;
}
.TagClassName
{
border-color: #288280;
}
</style>