Shades of Atoll #276E75
Tints of Atoll #276E75
RGB
CMYK
RGB Variations
Color information
#276E75 (or 0x276E75) is known color: Atoll. HEX triplet: 27, 6E and 75. RGB value is (39,110,117). Sum of RGB (Red+Green+Blue) = 39+110+117=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #276E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E75 is #D8918A. Grayscale: #595959. Windows color (decimal): -14193035 or 7695911. OLE color: 7695911.
HSL color Cylindrical-coordinate representation of color #276E75: hue angle of 185.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #276E75 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 110 | 117 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.54 |
| HSL | 185.38º | 0.5% | 0.31% | - |
| HSV(B) | 185.38º | 0.67% | 0.46% | - |
| XYZ | 9.62 | 12.87 | 18.81 | - |
| YUV | 89.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 117 | 0.67 | 0.06 | 0 | 0.54 | 185.38 | 0.5 | 0.31 |
| Hex | 27 | 6E | 75 | 43 | 6 | 0 | 36 | B9 | 32 | 1F |
| Octal | 47 | 156 | 165 | 103 | 6 | 0 | 66 | 271 | 62 | 37 |
| Binary | 100111 | 1101110 | 1110101 | 1000011 | 110 | 0 | 110110 | 10111001 | 110010 | 11111 |
Color Harmonies of #276E75
Complementary color
Monochromatic Colors of #276E75
Black with #276E75
Text Example
Text Example
White with #276E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276E75; }
p { color: rgb(39,110,117); }
H1.HeaderClassName
{
color: #276E75;
}
.AnyTagClassName
{
color: #276E75;
}
</style>
background-color css
<style>
a { background-color: #276E75; }
a { background-color: rgb(39,110,117); }
div.DivClassName
{
background-color: #276E75;
}
.BgClassName
{
background-color: #276E75;
}
</style>
border-color css
<style>
span { border-color: #276E75; }
span { border-color: rgb(39,110,117); }
td.TdClassName
{
border-color: #276E75;
}
.TagClassName
{
border-color: #276E75;
}
</style>