Shades of Atoll #28747A
Tints of Atoll #28747A
RGB
CMYK
RGB Variations
Color information
#28747A (or 0x28747A) is known color: Atoll. HEX triplet: 28, 74 and 7A. RGB value is (40,116,122). Sum of RGB (Red+Green+Blue) = 40+116+122=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #28747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28747A is #D78B85. Grayscale: #5D5D5D. Windows color (decimal): -14125958 or 8025128. OLE color: 8025128.
HSL color Cylindrical-coordinate representation of color #28747A: hue angle of 184.39º 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 #28747A is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 116 | 122 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.52 |
| HSL | 184.39º | 0.51% | 0.32% | - |
| HSV(B) | 184.39º | 0.67% | 0.48% | - |
| XYZ | 10.63 | 14.35 | 20.62 | - |
| YUV | 93.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 122 | 0.67 | 0.05 | 0 | 0.52 | 184.39 | 0.51 | 0.32 |
| Hex | 28 | 74 | 7A | 43 | 5 | 0 | 34 | B8 | 33 | 20 |
| Octal | 50 | 164 | 172 | 103 | 5 | 0 | 64 | 270 | 63 | 40 |
| Binary | 101000 | 1110100 | 1111010 | 1000011 | 101 | 0 | 110100 | 10111000 | 110011 | 100000 |
Color Harmonies of #28747A
Complementary color
Monochromatic Colors of #28747A
Black with #28747A
Text Example
Text Example
White with #28747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28747A; }
p { color: rgb(40,116,122); }
H1.HeaderClassName
{
color: #28747A;
}
.AnyTagClassName
{
color: #28747A;
}
</style>
background-color css
<style>
a { background-color: #28747A; }
a { background-color: rgb(40,116,122); }
div.DivClassName
{
background-color: #28747A;
}
.BgClassName
{
background-color: #28747A;
}
</style>
border-color css
<style>
span { border-color: #28747A; }
span { border-color: rgb(40,116,122); }
td.TdClassName
{
border-color: #28747A;
}
.TagClassName
{
border-color: #28747A;
}
</style>