Shades of Atoll #287A7A
Tints of Atoll #287A7A
RGB
CMYK
RGB Variations
Color information
#287A7A (or 0x287A7A) is known color: Atoll. HEX triplet: 28, 7A and 7A. RGB value is (40,122,122). Sum of RGB (Red+Green+Blue) = 40+122+122=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #287A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A7A is #D78585. Grayscale: #616161. Windows color (decimal): -14124422 or 8026664. OLE color: 8026664.
HSL color Cylindrical-coordinate representation of color #287A7A: hue angle of 180º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A7A is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 122 | - |
| CMYK | 0.67 | 0 | 0 | 0.52 |
| HSL | 180º | 0.51% | 0.32% | - |
| HSV(B) | 180º | 0.67% | 0.48% | - |
| XYZ | 11.35 | 15.78 | 20.86 | - |
| YUV | 97.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 122 | 0.67 | 0 | 0 | 0.52 | 180 | 0.51 | 0.32 |
| Hex | 28 | 7A | 7A | 43 | 0 | 0 | 34 | B4 | 33 | 20 |
| Octal | 50 | 172 | 172 | 103 | 0 | 0 | 64 | 264 | 63 | 40 |
| Binary | 101000 | 1111010 | 1111010 | 1000011 | 0 | 0 | 110100 | 10110100 | 110011 | 100000 |
Color Harmonies of #287A7A
Complementary color
Monochromatic Colors of #287A7A
Black with #287A7A
Text Example
Text Example
White with #287A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A7A; }
p { color: rgb(40,122,122); }
H1.HeaderClassName
{
color: #287A7A;
}
.AnyTagClassName
{
color: #287A7A;
}
</style>
background-color css
<style>
a { background-color: #287A7A; }
a { background-color: rgb(40,122,122); }
div.DivClassName
{
background-color: #287A7A;
}
.BgClassName
{
background-color: #287A7A;
}
</style>
border-color css
<style>
span { border-color: #287A7A; }
span { border-color: rgb(40,122,122); }
td.TdClassName
{
border-color: #287A7A;
}
.TagClassName
{
border-color: #287A7A;
}
</style>