Shades of Teal Blue #274E54
Tints of Teal Blue #274E54
RGB
CMYK
RGB Variations
Color information
#274E54 (or 0x274E54) is known color: Teal Blue. HEX triplet: 27, 4E and 54. RGB value is (39,78,84). Sum of RGB (Red+Green+Blue) = 39+78+84=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #274E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E54 is #D8B1AB. Grayscale: #424242. Windows color (decimal): -14201260 or 5525031. OLE color: 5525031.
HSL color Cylindrical-coordinate representation of color #274E54: hue angle of 188º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274E54 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 78 | 84 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.67 |
| HSL | 188º | 0.37% | 0.24% | - |
| HSV(B) | 188º | 0.54% | 0.33% | - |
| XYZ | 5.16 | 6.52 | 9.37 | - |
| YUV | 67.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 84 | 0.54 | 0.07 | 0 | 0.67 | 188 | 0.37 | 0.24 |
| Hex | 27 | 4E | 54 | 36 | 7 | 0 | 43 | BC | 25 | 18 |
| Octal | 47 | 116 | 124 | 66 | 7 | 0 | 103 | 274 | 45 | 30 |
| Binary | 100111 | 1001110 | 1010100 | 110110 | 111 | 0 | 1000011 | 10111100 | 100101 | 11000 |
Color Harmonies of #274E54
Complementary color
Monochromatic Colors of #274E54
Black with #274E54
Text Example
Text Example
White with #274E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E54; }
p { color: rgb(39,78,84); }
H1.HeaderClassName
{
color: #274E54;
}
.AnyTagClassName
{
color: #274E54;
}
</style>
background-color css
<style>
a { background-color: #274E54; }
a { background-color: rgb(39,78,84); }
div.DivClassName
{
background-color: #274E54;
}
.BgClassName
{
background-color: #274E54;
}
</style>
border-color css
<style>
span { border-color: #274E54; }
span { border-color: rgb(39,78,84); }
td.TdClassName
{
border-color: #274E54;
}
.TagClassName
{
border-color: #274E54;
}
</style>