Shades of Atoll #28797B
Tints of Atoll #28797B
RGB
CMYK
RGB Variations
Color information
#28797B (or 0x28797B) is known color: Atoll. HEX triplet: 28, 79 and 7B. RGB value is (40,121,123). Sum of RGB (Red+Green+Blue) = 40+121+123=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #28797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28797B is #D78684. Grayscale: #606060. Windows color (decimal): -14124677 or 8091944. OLE color: 8091944.
HSL color Cylindrical-coordinate representation of color #28797B: hue angle of 181.45º 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 #28797B is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 121 | 123 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.52 |
| HSL | 181.45º | 0.51% | 0.32% | - |
| HSV(B) | 181.45º | 0.67% | 0.48% | - |
| XYZ | 11.29 | 15.56 | 21.15 | - |
| YUV | 97.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 123 | 0.67 | 0.02 | 0 | 0.52 | 181.45 | 0.51 | 0.32 |
| Hex | 28 | 79 | 7B | 43 | 2 | 0 | 34 | B5 | 33 | 20 |
| Octal | 50 | 171 | 173 | 103 | 2 | 0 | 64 | 265 | 63 | 40 |
| Binary | 101000 | 1111001 | 1111011 | 1000011 | 10 | 0 | 110100 | 10110101 | 110011 | 100000 |
Color Harmonies of #28797B
Complementary color
Monochromatic Colors of #28797B
Black with #28797B
Text Example
Text Example
White with #28797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28797B; }
p { color: rgb(40,121,123); }
H1.HeaderClassName
{
color: #28797B;
}
.AnyTagClassName
{
color: #28797B;
}
</style>
background-color css
<style>
a { background-color: #28797B; }
a { background-color: rgb(40,121,123); }
div.DivClassName
{
background-color: #28797B;
}
.BgClassName
{
background-color: #28797B;
}
</style>
border-color css
<style>
span { border-color: #28797B; }
span { border-color: rgb(40,121,123); }
td.TdClassName
{
border-color: #28797B;
}
.TagClassName
{
border-color: #28797B;
}
</style>