Shades of Atoll #28767B
Tints of Atoll #28767B
RGB
CMYK
RGB Variations
Color information
#28767B (or 0x28767B) is known color: Atoll. HEX triplet: 28, 76 and 7B. RGB value is (40,118,123). Sum of RGB (Red+Green+Blue) = 40+118+123=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #28767B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28767B is #D78984. Grayscale: #5F5F5F. Windows color (decimal): -14125445 or 8091176. OLE color: 8091176.
HSL color Cylindrical-coordinate representation of color #28767B: hue angle of 183.61º 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 #28767B is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 118 | 123 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.52 |
| HSL | 183.61º | 0.51% | 0.32% | - |
| HSV(B) | 183.61º | 0.67% | 0.48% | - |
| XYZ | 10.93 | 14.84 | 21.03 | - |
| YUV | 95.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 123 | 0.67 | 0.04 | 0 | 0.52 | 183.61 | 0.51 | 0.32 |
| Hex | 28 | 76 | 7B | 43 | 4 | 0 | 34 | B8 | 33 | 20 |
| Octal | 50 | 166 | 173 | 103 | 4 | 0 | 64 | 270 | 63 | 40 |
| Binary | 101000 | 1110110 | 1111011 | 1000011 | 100 | 0 | 110100 | 10111000 | 110011 | 100000 |
Color Harmonies of #28767B
Complementary color
Monochromatic Colors of #28767B
Black with #28767B
Text Example
Text Example
White with #28767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28767B; }
p { color: rgb(40,118,123); }
H1.HeaderClassName
{
color: #28767B;
}
.AnyTagClassName
{
color: #28767B;
}
</style>
background-color css
<style>
a { background-color: #28767B; }
a { background-color: rgb(40,118,123); }
div.DivClassName
{
background-color: #28767B;
}
.BgClassName
{
background-color: #28767B;
}
</style>
border-color css
<style>
span { border-color: #28767B; }
span { border-color: rgb(40,118,123); }
td.TdClassName
{
border-color: #28767B;
}
.TagClassName
{
border-color: #28767B;
}
</style>