Shades of Atoll #28696C
Tints of Atoll #28696C
RGB
CMYK
RGB Variations
Color information
#28696C (or 0x28696C) is known color: Atoll. HEX triplet: 28, 69 and 6C. RGB value is (40,105,108). Sum of RGB (Red+Green+Blue) = 40+105+108=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #28696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28696C is #D79693. Grayscale: #555555. Windows color (decimal): -14128788 or 7104808. OLE color: 7104808.
HSL color Cylindrical-coordinate representation of color #28696C: hue angle of 182.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28696C is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 105 | 108 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.58 |
| HSL | 182.65º | 0.46% | 0.29% | - |
| HSV(B) | 182.65º | 0.63% | 0.42% | - |
| XYZ | 8.63 | 11.64 | 15.98 | - |
| YUV | 85.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 108 | 0.63 | 0.03 | 0 | 0.58 | 182.65 | 0.46 | 0.29 |
| Hex | 28 | 69 | 6C | 3F | 3 | 0 | 3A | B7 | 2E | 1D |
| Octal | 50 | 151 | 154 | 77 | 3 | 0 | 72 | 267 | 56 | 35 |
| Binary | 101000 | 1101001 | 1101100 | 111111 | 11 | 0 | 111010 | 10110111 | 101110 | 11101 |
Color Harmonies of #28696C
Complementary color
Monochromatic Colors of #28696C
Black with #28696C
Text Example
Text Example
White with #28696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28696C; }
p { color: rgb(40,105,108); }
H1.HeaderClassName
{
color: #28696C;
}
.AnyTagClassName
{
color: #28696C;
}
</style>
background-color css
<style>
a { background-color: #28696C; }
a { background-color: rgb(40,105,108); }
div.DivClassName
{
background-color: #28696C;
}
.BgClassName
{
background-color: #28696C;
}
</style>
border-color css
<style>
span { border-color: #28696C; }
span { border-color: rgb(40,105,108); }
td.TdClassName
{
border-color: #28696C;
}
.TagClassName
{
border-color: #28696C;
}
</style>