Shades of Teal Blue #27474F
Tints of Teal Blue #27474F
RGB
CMYK
RGB Variations
Color information
#27474F (or 0x27474F) is known color: Teal Blue. HEX triplet: 27, 47 and 4F. RGB value is (39,71,79). Sum of RGB (Red+Green+Blue) = 39+71+79=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #27474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27474F is #D8B8B0. Grayscale: #3E3E3E. Windows color (decimal): -14203057 or 5195559. OLE color: 5195559.
HSL color Cylindrical-coordinate representation of color #27474F: hue angle of 192º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27474F is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 71 | 79 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.69 |
| HSL | 192º | 0.34% | 0.23% | - |
| HSV(B) | 192º | 0.51% | 0.31% | - |
| XYZ | 4.5 | 5.5 | 8.22 | - |
| YUV | 62.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 79 | 0.51 | 0.10 | 0 | 0.69 | 192 | 0.34 | 0.23 |
| Hex | 27 | 47 | 4F | 33 | A | 0 | 45 | C0 | 22 | 17 |
| Octal | 47 | 107 | 117 | 63 | 12 | 0 | 105 | 300 | 42 | 27 |
| Binary | 100111 | 1000111 | 1001111 | 110011 | 1010 | 0 | 1000101 | 11000000 | 100010 | 10111 |
Color Harmonies of #27474F
Complementary color
Monochromatic Colors of #27474F
Black with #27474F
Text Example
Text Example
White with #27474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27474F; }
p { color: rgb(39,71,79); }
H1.HeaderClassName
{
color: #27474F;
}
.AnyTagClassName
{
color: #27474F;
}
</style>
background-color css
<style>
a { background-color: #27474F; }
a { background-color: rgb(39,71,79); }
div.DivClassName
{
background-color: #27474F;
}
.BgClassName
{
background-color: #27474F;
}
</style>
border-color css
<style>
span { border-color: #27474F; }
span { border-color: rgb(39,71,79); }
td.TdClassName
{
border-color: #27474F;
}
.TagClassName
{
border-color: #27474F;
}
</style>