Shades of Teal Blue #274D53
Tints of Teal Blue #274D53
RGB
CMYK
RGB Variations
Color information
#274D53 (or 0x274D53) is known color: Teal Blue. HEX triplet: 27, 4D and 53. RGB value is (39,77,83). Sum of RGB (Red+Green+Blue) = 39+77+83=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #274D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D53 is #D8B2AC. Grayscale: #424242. Windows color (decimal): -14201517 or 5459239. OLE color: 5459239.
HSL color Cylindrical-coordinate representation of color #274D53: hue angle of 188.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #274D53 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 77 | 83 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.67 |
| HSL | 188.18º | 0.36% | 0.24% | - |
| HSV(B) | 188.18º | 0.53% | 0.33% | - |
| XYZ | 5.05 | 6.36 | 9.15 | - |
| YUV | 66.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 83 | 0.53 | 0.07 | 0 | 0.67 | 188.18 | 0.36 | 0.24 |
| Hex | 27 | 4D | 53 | 35 | 7 | 0 | 43 | BC | 24 | 18 |
| Octal | 47 | 115 | 123 | 65 | 7 | 0 | 103 | 274 | 44 | 30 |
| Binary | 100111 | 1001101 | 1010011 | 110101 | 111 | 0 | 1000011 | 10111100 | 100100 | 11000 |
Color Harmonies of #274D53
Complementary color
Monochromatic Colors of #274D53
Black with #274D53
Text Example
Text Example
White with #274D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D53; }
p { color: rgb(39,77,83); }
H1.HeaderClassName
{
color: #274D53;
}
.AnyTagClassName
{
color: #274D53;
}
</style>
background-color css
<style>
a { background-color: #274D53; }
a { background-color: rgb(39,77,83); }
div.DivClassName
{
background-color: #274D53;
}
.BgClassName
{
background-color: #274D53;
}
</style>
border-color css
<style>
span { border-color: #274D53; }
span { border-color: rgb(39,77,83); }
td.TdClassName
{
border-color: #274D53;
}
.TagClassName
{
border-color: #274D53;
}
</style>