Shades of Teal Blue #27505B
Tints of Teal Blue #27505B
RGB
CMYK
RGB Variations
Color information
#27505B (or 0x27505B) is known color: Teal Blue. HEX triplet: 27, 50 and 5B. RGB value is (39,80,91). Sum of RGB (Red+Green+Blue) = 39+80+91=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #27505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27505B is #D8AFA4. Grayscale: #444444. Windows color (decimal): -14200741 or 5984295. OLE color: 5984295.
HSL color Cylindrical-coordinate representation of color #27505B: hue angle of 192.69º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27505B is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 80 | 91 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.64 |
| HSL | 192.69º | 0.4% | 0.25% | - |
| HSV(B) | 192.69º | 0.57% | 0.36% | - |
| XYZ | 5.59 | 6.92 | 10.94 | - |
| YUV | 69 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 91 | 0.57 | 0.12 | 0 | 0.64 | 192.69 | 0.4 | 0.25 |
| Hex | 27 | 50 | 5B | 39 | C | 0 | 40 | C1 | 28 | 19 |
| Octal | 47 | 120 | 133 | 71 | 14 | 0 | 100 | 301 | 50 | 31 |
| Binary | 100111 | 1010000 | 1011011 | 111001 | 1100 | 0 | 1000000 | 11000001 | 101000 | 11001 |
Color Harmonies of #27505B
Complementary color
Monochromatic Colors of #27505B
Black with #27505B
Text Example
Text Example
White with #27505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27505B; }
p { color: rgb(39,80,91); }
H1.HeaderClassName
{
color: #27505B;
}
.AnyTagClassName
{
color: #27505B;
}
</style>
background-color css
<style>
a { background-color: #27505B; }
a { background-color: rgb(39,80,91); }
div.DivClassName
{
background-color: #27505B;
}
.BgClassName
{
background-color: #27505B;
}
</style>
border-color css
<style>
span { border-color: #27505B; }
span { border-color: rgb(39,80,91); }
td.TdClassName
{
border-color: #27505B;
}
.TagClassName
{
border-color: #27505B;
}
</style>