Shades of Teal Blue #27474D
Tints of Teal Blue #27474D
RGB
CMYK
RGB Variations
Color information
#27474D (or 0x27474D) is known color: Teal Blue. HEX triplet: 27, 47 and 4D. RGB value is (39,71,77). Sum of RGB (Red+Green+Blue) = 39+71+77=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #27474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27474D is #D8B8B2. Grayscale: #3E3E3E. Windows color (decimal): -14203059 or 5064487. OLE color: 5064487.
HSL color Cylindrical-coordinate representation of color #27474D: hue angle of 189.47º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27474D is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 71 | 77 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.70 |
| HSL | 189.47º | 0.33% | 0.23% | - |
| HSV(B) | 189.47º | 0.49% | 0.3% | - |
| XYZ | 4.43 | 5.47 | 7.84 | - |
| YUV | 62.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 77 | 0.49 | 0.08 | 0 | 0.70 | 189.47 | 0.33 | 0.23 |
| Hex | 27 | 47 | 4D | 31 | 8 | 0 | 46 | BD | 21 | 17 |
| Octal | 47 | 107 | 115 | 61 | 10 | 0 | 106 | 275 | 41 | 27 |
| Binary | 100111 | 1000111 | 1001101 | 110001 | 1000 | 0 | 1000110 | 10111101 | 100001 | 10111 |
Color Harmonies of #27474D
Complementary color
Monochromatic Colors of #27474D
Black with #27474D
Text Example
Text Example
White with #27474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27474D; }
p { color: rgb(39,71,77); }
H1.HeaderClassName
{
color: #27474D;
}
.AnyTagClassName
{
color: #27474D;
}
</style>
background-color css
<style>
a { background-color: #27474D; }
a { background-color: rgb(39,71,77); }
div.DivClassName
{
background-color: #27474D;
}
.BgClassName
{
background-color: #27474D;
}
</style>
border-color css
<style>
span { border-color: #27474D; }
span { border-color: rgb(39,71,77); }
td.TdClassName
{
border-color: #27474D;
}
.TagClassName
{
border-color: #27474D;
}
</style>