Shades of Atoll #276D73
Tints of Atoll #276D73
RGB
CMYK
RGB Variations
Color information
#276D73 (or 0x276D73) is known color: Atoll. HEX triplet: 27, 6D and 73. RGB value is (39,109,115). Sum of RGB (Red+Green+Blue) = 39+109+115=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #276D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D73 is #D8928C. Grayscale: #585858. Windows color (decimal): -14193293 or 7564583. OLE color: 7564583.
HSL color Cylindrical-coordinate representation of color #276D73: hue angle of 184.74º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276D73 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 109 | 115 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.55 |
| HSL | 184.74º | 0.49% | 0.3% | - |
| HSV(B) | 184.74º | 0.66% | 0.45% | - |
| XYZ | 9.4 | 12.61 | 18.16 | - |
| YUV | 88.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 115 | 0.66 | 0.05 | 0 | 0.55 | 184.74 | 0.49 | 0.3 |
| Hex | 27 | 6D | 73 | 42 | 5 | 0 | 37 | B9 | 31 | 1E |
| Octal | 47 | 155 | 163 | 102 | 5 | 0 | 67 | 271 | 61 | 36 |
| Binary | 100111 | 1101101 | 1110011 | 1000010 | 101 | 0 | 110111 | 10111001 | 110001 | 11110 |
Color Harmonies of #276D73
Complementary color
Monochromatic Colors of #276D73
Black with #276D73
Text Example
Text Example
White with #276D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D73; }
p { color: rgb(39,109,115); }
H1.HeaderClassName
{
color: #276D73;
}
.AnyTagClassName
{
color: #276D73;
}
</style>
background-color css
<style>
a { background-color: #276D73; }
a { background-color: rgb(39,109,115); }
div.DivClassName
{
background-color: #276D73;
}
.BgClassName
{
background-color: #276D73;
}
</style>
border-color css
<style>
span { border-color: #276D73; }
span { border-color: rgb(39,109,115); }
td.TdClassName
{
border-color: #276D73;
}
.TagClassName
{
border-color: #276D73;
}
</style>