Shades of Atoll #276D74
Tints of Atoll #276D74
RGB
CMYK
RGB Variations
Color information
#276D74 (or 0x276D74) is known color: Atoll. HEX triplet: 27, 6D and 74. RGB value is (39,109,116). Sum of RGB (Red+Green+Blue) = 39+109+116=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #276D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D74 is #D8928B. Grayscale: #585858. Windows color (decimal): -14193292 or 7630119. OLE color: 7630119.
HSL color Cylindrical-coordinate representation of color #276D74: hue angle of 185.45º degrees, saturation: 0.5, 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 #276D74 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 109 | 116 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.55 |
| HSL | 185.45º | 0.5% | 0.3% | - |
| HSV(B) | 185.45º | 0.66% | 0.45% | - |
| XYZ | 9.46 | 12.63 | 18.46 | - |
| YUV | 88.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 116 | 0.66 | 0.06 | 0 | 0.55 | 185.45 | 0.5 | 0.3 |
| Hex | 27 | 6D | 74 | 42 | 6 | 0 | 37 | B9 | 32 | 1E |
| Octal | 47 | 155 | 164 | 102 | 6 | 0 | 67 | 271 | 62 | 36 |
| Binary | 100111 | 1101101 | 1110100 | 1000010 | 110 | 0 | 110111 | 10111001 | 110010 | 11110 |
Color Harmonies of #276D74
Complementary color
Monochromatic Colors of #276D74
Black with #276D74
Text Example
Text Example
White with #276D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D74; }
p { color: rgb(39,109,116); }
H1.HeaderClassName
{
color: #276D74;
}
.AnyTagClassName
{
color: #276D74;
}
</style>
background-color css
<style>
a { background-color: #276D74; }
a { background-color: rgb(39,109,116); }
div.DivClassName
{
background-color: #276D74;
}
.BgClassName
{
background-color: #276D74;
}
</style>
border-color css
<style>
span { border-color: #276D74; }
span { border-color: rgb(39,109,116); }
td.TdClassName
{
border-color: #276D74;
}
.TagClassName
{
border-color: #276D74;
}
</style>