Shades of Teal Blue #274F55
Tints of Teal Blue #274F55
RGB
CMYK
RGB Variations
Color information
#274F55 (or 0x274F55) is known color: Teal Blue. HEX triplet: 27, 4F and 55. RGB value is (39,79,85). Sum of RGB (Red+Green+Blue) = 39+79+85=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #274F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F55 is #D8B0AA. Grayscale: #434343. Windows color (decimal): -14201003 or 5590823. OLE color: 5590823.
HSL color Cylindrical-coordinate representation of color #274F55: hue angle of 187.83º 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 #274F55 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 79 | 85 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.67 |
| HSL | 187.83º | 0.37% | 0.24% | - |
| HSV(B) | 187.83º | 0.54% | 0.33% | - |
| XYZ | 5.27 | 6.68 | 9.61 | - |
| YUV | 67.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 85 | 0.54 | 0.07 | 0 | 0.67 | 187.83 | 0.37 | 0.24 |
| Hex | 27 | 4F | 55 | 36 | 7 | 0 | 43 | BC | 25 | 18 |
| Octal | 47 | 117 | 125 | 66 | 7 | 0 | 103 | 274 | 45 | 30 |
| Binary | 100111 | 1001111 | 1010101 | 110110 | 111 | 0 | 1000011 | 10111100 | 100101 | 11000 |
Color Harmonies of #274F55
Complementary color
Monochromatic Colors of #274F55
Black with #274F55
Text Example
Text Example
White with #274F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F55; }
p { color: rgb(39,79,85); }
H1.HeaderClassName
{
color: #274F55;
}
.AnyTagClassName
{
color: #274F55;
}
</style>
background-color css
<style>
a { background-color: #274F55; }
a { background-color: rgb(39,79,85); }
div.DivClassName
{
background-color: #274F55;
}
.BgClassName
{
background-color: #274F55;
}
</style>
border-color css
<style>
span { border-color: #274F55; }
span { border-color: rgb(39,79,85); }
td.TdClassName
{
border-color: #274F55;
}
.TagClassName
{
border-color: #274F55;
}
</style>