Shades of Teal Blue #274C5A
Tints of Teal Blue #274C5A
RGB
CMYK
RGB Variations
Color information
#274C5A (or 0x274C5A) is known color: Teal Blue. HEX triplet: 27, 4C and 5A. RGB value is (39,76,90). Sum of RGB (Red+Green+Blue) = 39+76+90=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #274C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C5A is #D8B3A5. Grayscale: #424242. Windows color (decimal): -14201766 or 5917735. OLE color: 5917735.
HSL color Cylindrical-coordinate representation of color #274C5A: hue angle of 196.47º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #274C5A is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 76 | 90 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.65 |
| HSL | 196.47º | 0.4% | 0.25% | - |
| HSV(B) | 196.47º | 0.57% | 0.35% | - |
| XYZ | 5.27 | 6.34 | 10.62 | - |
| YUV | 66.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 90 | 0.57 | 0.16 | 0 | 0.65 | 196.47 | 0.4 | 0.25 |
| Hex | 27 | 4C | 5A | 39 | 10 | 0 | 41 | C4 | 28 | 19 |
| Octal | 47 | 114 | 132 | 71 | 20 | 0 | 101 | 304 | 50 | 31 |
| Binary | 100111 | 1001100 | 1011010 | 111001 | 10000 | 0 | 1000001 | 11000100 | 101000 | 11001 |
Color Harmonies of #274C5A
Complementary color
Monochromatic Colors of #274C5A
Black with #274C5A
Text Example
Text Example
White with #274C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C5A; }
p { color: rgb(39,76,90); }
H1.HeaderClassName
{
color: #274C5A;
}
.AnyTagClassName
{
color: #274C5A;
}
</style>
background-color css
<style>
a { background-color: #274C5A; }
a { background-color: rgb(39,76,90); }
div.DivClassName
{
background-color: #274C5A;
}
.BgClassName
{
background-color: #274C5A;
}
</style>
border-color css
<style>
span { border-color: #274C5A; }
span { border-color: rgb(39,76,90); }
td.TdClassName
{
border-color: #274C5A;
}
.TagClassName
{
border-color: #274C5A;
}
</style>