Shades of Atoll #26828A
Tints of Atoll #26828A
RGB
CMYK
RGB Variations
Color information
#26828A (or 0x26828A) is known color: Atoll. HEX triplet: 26, 82 and 8A. RGB value is (38,130,138). Sum of RGB (Red+Green+Blue) = 38+130+138=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #26828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26828A is #D97D75. Grayscale: #676767. Windows color (decimal): -14253430 or 9077286. OLE color: 9077286.
HSL color Cylindrical-coordinate representation of color #26828A: hue angle of 184.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26828A is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 130 | 138 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.46 |
| HSL | 184.8º | 0.57% | 0.35% | - |
| HSV(B) | 184.8º | 0.72% | 0.54% | - |
| XYZ | 13.37 | 18.21 | 26.86 | - |
| YUV | 103.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 138 | 0.72 | 0.06 | 0 | 0.46 | 184.8 | 0.57 | 0.35 |
| Hex | 26 | 82 | 8A | 48 | 6 | 0 | 2E | B9 | 39 | 23 |
| Octal | 46 | 202 | 212 | 110 | 6 | 0 | 56 | 271 | 71 | 43 |
| Binary | 100110 | 10000010 | 10001010 | 1001000 | 110 | 0 | 101110 | 10111001 | 111001 | 100011 |
Color Harmonies of #26828A
Complementary color
Monochromatic Colors of #26828A
Black with #26828A
Text Example
Text Example
White with #26828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26828A; }
p { color: rgb(38,130,138); }
H1.HeaderClassName
{
color: #26828A;
}
.AnyTagClassName
{
color: #26828A;
}
</style>
background-color css
<style>
a { background-color: #26828A; }
a { background-color: rgb(38,130,138); }
div.DivClassName
{
background-color: #26828A;
}
.BgClassName
{
background-color: #26828A;
}
</style>
border-color css
<style>
span { border-color: #26828A; }
span { border-color: rgb(38,130,138); }
td.TdClassName
{
border-color: #26828A;
}
.TagClassName
{
border-color: #26828A;
}
</style>