Shades of Teal Blue #274A54
Tints of Teal Blue #274A54
RGB
CMYK
RGB Variations
Color information
#274A54 (or 0x274A54) is known color: Teal Blue. HEX triplet: 27, 4A and 54. RGB value is (39,74,84). Sum of RGB (Red+Green+Blue) = 39+74+84=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #274A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A54 is #D8B5AB. Grayscale: #404040. Windows color (decimal): -14202284 or 5524007. OLE color: 5524007.
HSL color Cylindrical-coordinate representation of color #274A54: hue angle of 193.33º 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 #274A54 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 74 | 84 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.67 |
| HSL | 193.33º | 0.37% | 0.24% | - |
| HSV(B) | 193.33º | 0.54% | 0.33% | - |
| XYZ | 4.89 | 5.97 | 9.28 | - |
| YUV | 64.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 84 | 0.54 | 0.12 | 0 | 0.67 | 193.33 | 0.37 | 0.24 |
| Hex | 27 | 4A | 54 | 36 | C | 0 | 43 | C1 | 25 | 18 |
| Octal | 47 | 112 | 124 | 66 | 14 | 0 | 103 | 301 | 45 | 30 |
| Binary | 100111 | 1001010 | 1010100 | 110110 | 1100 | 0 | 1000011 | 11000001 | 100101 | 11000 |
Color Harmonies of #274A54
Complementary color
Monochromatic Colors of #274A54
Black with #274A54
Text Example
Text Example
White with #274A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A54; }
p { color: rgb(39,74,84); }
H1.HeaderClassName
{
color: #274A54;
}
.AnyTagClassName
{
color: #274A54;
}
</style>
background-color css
<style>
a { background-color: #274A54; }
a { background-color: rgb(39,74,84); }
div.DivClassName
{
background-color: #274A54;
}
.BgClassName
{
background-color: #274A54;
}
</style>
border-color css
<style>
span { border-color: #274A54; }
span { border-color: rgb(39,74,84); }
td.TdClassName
{
border-color: #274A54;
}
.TagClassName
{
border-color: #274A54;
}
</style>