Shades of Atoll #27807F
Tints of Atoll #27807F
RGB
CMYK
RGB Variations
Color information
#27807F (or 0x27807F) is known color: Atoll. HEX triplet: 27, 80 and 7F. RGB value is (39,128,127). Sum of RGB (Red+Green+Blue) = 39+128+127=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #27807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27807F is #D87F80. Grayscale: #656565. Windows color (decimal): -14188417 or 8355879. OLE color: 8355879.
HSL color Cylindrical-coordinate representation of color #27807F: hue angle of 179.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27807F is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 128 | 127 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.50 |
| HSL | 179.33º | 0.53% | 0.33% | - |
| HSV(B) | 179.33º | 0.7% | 0.5% | - |
| XYZ | 12.39 | 17.4 | 22.78 | - |
| YUV | 101.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 127 | 0.70 | 0 | 0.01 | 0.50 | 179.33 | 0.53 | 0.33 |
| Hex | 27 | 80 | 7F | 46 | 0 | 1 | 32 | B3 | 35 | 21 |
| Octal | 47 | 200 | 177 | 106 | 0 | 1 | 62 | 263 | 65 | 41 |
| Binary | 100111 | 10000000 | 1111111 | 1000110 | 0 | 1 | 110010 | 10110011 | 110101 | 100001 |
Color Harmonies of #27807F
Complementary color
Monochromatic Colors of #27807F
Black with #27807F
Text Example
Text Example
White with #27807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27807F; }
p { color: rgb(39,128,127); }
H1.HeaderClassName
{
color: #27807F;
}
.AnyTagClassName
{
color: #27807F;
}
</style>
background-color css
<style>
a { background-color: #27807F; }
a { background-color: rgb(39,128,127); }
div.DivClassName
{
background-color: #27807F;
}
.BgClassName
{
background-color: #27807F;
}
</style>
border-color css
<style>
span { border-color: #27807F; }
span { border-color: rgb(39,128,127); }
td.TdClassName
{
border-color: #27807F;
}
.TagClassName
{
border-color: #27807F;
}
</style>