Shades of Atoll #288182
Tints of Atoll #288182
RGB
CMYK
RGB Variations
Color information
#288182 (or 0x288182) is known color: Atoll. HEX triplet: 28, 81 and 82. RGB value is (40,129,130). Sum of RGB (Red+Green+Blue) = 40+129+130=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #288182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288182 is #D77E7D. Grayscale: #666666. Windows color (decimal): -14122622 or 8552744. OLE color: 8552744.
HSL color Cylindrical-coordinate representation of color #288182: hue angle of 180.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288182 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 130 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.49 |
| HSL | 180.67º | 0.53% | 0.33% | - |
| HSV(B) | 180.67º | 0.69% | 0.51% | - |
| XYZ | 12.75 | 17.76 | 23.88 | - |
| YUV | 102.5 | 143.51 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 130 | 0.69 | 0.01 | 0 | 0.49 | 180.67 | 0.53 | 0.33 |
| Hex | 28 | 81 | 82 | 45 | 1 | 0 | 31 | B5 | 35 | 21 |
| Octal | 50 | 201 | 202 | 105 | 1 | 0 | 61 | 265 | 65 | 41 |
| Binary | 101000 | 10000001 | 10000010 | 1000101 | 1 | 0 | 110001 | 10110101 | 110101 | 100001 |
Color Harmonies of #288182
Complementary color
Monochromatic Colors of #288182
Black with #288182
Text Example
Text Example
White with #288182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288182; }
p { color: rgb(40,129,130); }
H1.HeaderClassName
{
color: #288182;
}
.AnyTagClassName
{
color: #288182;
}
</style>
background-color css
<style>
a { background-color: #288182; }
a { background-color: rgb(40,129,130); }
div.DivClassName
{
background-color: #288182;
}
.BgClassName
{
background-color: #288182;
}
</style>
border-color css
<style>
span { border-color: #288182; }
span { border-color: rgb(40,129,130); }
td.TdClassName
{
border-color: #288182;
}
.TagClassName
{
border-color: #288182;
}
</style>