Shades of Teal Blue #274550
Tints of Teal Blue #274550
RGB
CMYK
RGB Variations
Color information
#274550 (or 0x274550) is known color: Teal Blue. HEX triplet: 27, 45 and 50. RGB value is (39,69,80). Sum of RGB (Red+Green+Blue) = 39+69+80=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #274550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274550 is #D8BAAF. Grayscale: #3D3D3D. Windows color (decimal): -14203568 or 5260583. OLE color: 5260583.
HSL color Cylindrical-coordinate representation of color #274550: hue angle of 196.1º 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 #274550 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 69 | 80 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.69 |
| HSL | 196.1º | 0.34% | 0.23% | - |
| HSV(B) | 196.1º | 0.51% | 0.31% | - |
| XYZ | 4.41 | 5.27 | 8.37 | - |
| YUV | 61.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 80 | 0.51 | 0.14 | 0 | 0.69 | 196.1 | 0.34 | 0.23 |
| Hex | 27 | 45 | 50 | 33 | E | 0 | 45 | C4 | 22 | 17 |
| Octal | 47 | 105 | 120 | 63 | 16 | 0 | 105 | 304 | 42 | 27 |
| Binary | 100111 | 1000101 | 1010000 | 110011 | 1110 | 0 | 1000101 | 11000100 | 100010 | 10111 |
Color Harmonies of #274550
Complementary color
Monochromatic Colors of #274550
Black with #274550
Text Example
Text Example
White with #274550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274550; }
p { color: rgb(39,69,80); }
H1.HeaderClassName
{
color: #274550;
}
.AnyTagClassName
{
color: #274550;
}
</style>
background-color css
<style>
a { background-color: #274550; }
a { background-color: rgb(39,69,80); }
div.DivClassName
{
background-color: #274550;
}
.BgClassName
{
background-color: #274550;
}
</style>
border-color css
<style>
span { border-color: #274550; }
span { border-color: rgb(39,69,80); }
td.TdClassName
{
border-color: #274550;
}
.TagClassName
{
border-color: #274550;
}
</style>