Shades of Teal Blue #274854
Tints of Teal Blue #274854
RGB
CMYK
RGB Variations
Color information
#274854 (or 0x274854) is known color: Teal Blue. HEX triplet: 27, 48 and 54. RGB value is (39,72,84). Sum of RGB (Red+Green+Blue) = 39+72+84=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #274854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274854 is #D8B7AB. Grayscale: #3F3F3F. Windows color (decimal): -14202796 or 5523495. OLE color: 5523495.
HSL color Cylindrical-coordinate representation of color #274854: hue angle of 196º 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 #274854 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 72 | 84 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.67 |
| HSL | 196º | 0.37% | 0.24% | - |
| HSV(B) | 196º | 0.54% | 0.33% | - |
| XYZ | 4.75 | 5.71 | 9.24 | - |
| YUV | 63.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 84 | 0.54 | 0.14 | 0 | 0.67 | 196 | 0.37 | 0.24 |
| Hex | 27 | 48 | 54 | 36 | E | 0 | 43 | C4 | 25 | 18 |
| Octal | 47 | 110 | 124 | 66 | 16 | 0 | 103 | 304 | 45 | 30 |
| Binary | 100111 | 1001000 | 1010100 | 110110 | 1110 | 0 | 1000011 | 11000100 | 100101 | 11000 |
Color Harmonies of #274854
Complementary color
Monochromatic Colors of #274854
Black with #274854
Text Example
Text Example
White with #274854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274854; }
p { color: rgb(39,72,84); }
H1.HeaderClassName
{
color: #274854;
}
.AnyTagClassName
{
color: #274854;
}
</style>
background-color css
<style>
a { background-color: #274854; }
a { background-color: rgb(39,72,84); }
div.DivClassName
{
background-color: #274854;
}
.BgClassName
{
background-color: #274854;
}
</style>
border-color css
<style>
span { border-color: #274854; }
span { border-color: rgb(39,72,84); }
td.TdClassName
{
border-color: #274854;
}
.TagClassName
{
border-color: #274854;
}
</style>