Shades of Atoll #28767F
Tints of Atoll #28767F
RGB
CMYK
RGB Variations
Color information
#28767F (or 0x28767F) is known color: Atoll. HEX triplet: 28, 76 and 7F. RGB value is (40,118,127). Sum of RGB (Red+Green+Blue) = 40+118+127=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #28767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28767F is #D78980. Grayscale: #5F5F5F. Windows color (decimal): -14125441 or 8353320. OLE color: 8353320.
HSL color Cylindrical-coordinate representation of color #28767F: hue angle of 186.21º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28767F is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 118 | 127 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.50 |
| HSL | 186.21º | 0.52% | 0.33% | - |
| HSV(B) | 186.21º | 0.69% | 0.5% | - |
| XYZ | 11.18 | 14.94 | 22.37 | - |
| YUV | 95.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 127 | 0.69 | 0.07 | 0 | 0.50 | 186.21 | 0.52 | 0.33 |
| Hex | 28 | 76 | 7F | 45 | 7 | 0 | 32 | BA | 34 | 21 |
| Octal | 50 | 166 | 177 | 105 | 7 | 0 | 62 | 272 | 64 | 41 |
| Binary | 101000 | 1110110 | 1111111 | 1000101 | 111 | 0 | 110010 | 10111010 | 110100 | 100001 |
Color Harmonies of #28767F
Complementary color
Monochromatic Colors of #28767F
Black with #28767F
Text Example
Text Example
White with #28767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28767F; }
p { color: rgb(40,118,127); }
H1.HeaderClassName
{
color: #28767F;
}
.AnyTagClassName
{
color: #28767F;
}
</style>
background-color css
<style>
a { background-color: #28767F; }
a { background-color: rgb(40,118,127); }
div.DivClassName
{
background-color: #28767F;
}
.BgClassName
{
background-color: #28767F;
}
</style>
border-color css
<style>
span { border-color: #28767F; }
span { border-color: rgb(40,118,127); }
td.TdClassName
{
border-color: #28767F;
}
.TagClassName
{
border-color: #28767F;
}
</style>