Shades of Teal Blue #274C58
Tints of Teal Blue #274C58
RGB
CMYK
RGB Variations
Color information
#274C58 (or 0x274C58) is known color: Teal Blue. HEX triplet: 27, 4C and 58. RGB value is (39,76,88). Sum of RGB (Red+Green+Blue) = 39+76+88=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #274C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C58 is #D8B3A7. Grayscale: #424242. Windows color (decimal): -14201768 or 5786663. OLE color: 5786663.
HSL color Cylindrical-coordinate representation of color #274C58: hue angle of 194.69º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274C58 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 76 | 88 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.65 |
| HSL | 194.69º | 0.39% | 0.25% | - |
| HSV(B) | 194.69º | 0.56% | 0.35% | - |
| XYZ | 5.18 | 6.3 | 10.18 | - |
| YUV | 66.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 88 | 0.56 | 0.14 | 0 | 0.65 | 194.69 | 0.39 | 0.25 |
| Hex | 27 | 4C | 58 | 38 | E | 0 | 41 | C3 | 27 | 19 |
| Octal | 47 | 114 | 130 | 70 | 16 | 0 | 101 | 303 | 47 | 31 |
| Binary | 100111 | 1001100 | 1011000 | 111000 | 1110 | 0 | 1000001 | 11000011 | 100111 | 11001 |
Color Harmonies of #274C58
Complementary color
Monochromatic Colors of #274C58
Black with #274C58
Text Example
Text Example
White with #274C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C58; }
p { color: rgb(39,76,88); }
H1.HeaderClassName
{
color: #274C58;
}
.AnyTagClassName
{
color: #274C58;
}
</style>
background-color css
<style>
a { background-color: #274C58; }
a { background-color: rgb(39,76,88); }
div.DivClassName
{
background-color: #274C58;
}
.BgClassName
{
background-color: #274C58;
}
</style>
border-color css
<style>
span { border-color: #274C58; }
span { border-color: rgb(39,76,88); }
td.TdClassName
{
border-color: #274C58;
}
.TagClassName
{
border-color: #274C58;
}
</style>