Shades of Atoll #2C8083
Tints of Atoll #2C8083
RGB
CMYK
RGB Variations
Color information
#2C8083 (or 0x2C8083) is known color: Atoll. HEX triplet: 2C, 80 and 83. RGB value is (44,128,131). Sum of RGB (Red+Green+Blue) = 44+128+131=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C8083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8083 is #D37F7C. Grayscale: #676767. Windows color (decimal): -13860733 or 8618028. OLE color: 8618028.
HSL color Cylindrical-coordinate representation of color #2C8083: hue angle of 182.07º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C8083 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 128 | 131 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.49 |
| HSL | 182.07º | 0.5% | 0.34% | - |
| HSV(B) | 182.07º | 0.66% | 0.51% | - |
| XYZ | 12.85 | 17.61 | 24.19 | - |
| YUV | 103.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 128 | 131 | 0.66 | 0.02 | 0 | 0.49 | 182.07 | 0.5 | 0.34 |
| Hex | 2C | 80 | 83 | 42 | 2 | 0 | 31 | B6 | 32 | 22 |
| Octal | 54 | 200 | 203 | 102 | 2 | 0 | 61 | 266 | 62 | 42 |
| Binary | 101100 | 10000000 | 10000011 | 1000010 | 10 | 0 | 110001 | 10110110 | 110010 | 100010 |
Color Harmonies of #2C8083
Complementary color
Monochromatic Colors of #2C8083
Black with #2C8083
Text Example
Text Example
White with #2C8083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8083; }
p { color: rgb(44,128,131); }
H1.HeaderClassName
{
color: #2C8083;
}
.AnyTagClassName
{
color: #2C8083;
}
</style>
background-color css
<style>
a { background-color: #2C8083; }
a { background-color: rgb(44,128,131); }
div.DivClassName
{
background-color: #2C8083;
}
.BgClassName
{
background-color: #2C8083;
}
</style>
border-color css
<style>
span { border-color: #2C8083; }
span { border-color: rgb(44,128,131); }
td.TdClassName
{
border-color: #2C8083;
}
.TagClassName
{
border-color: #2C8083;
}
</style>