Shades of Teal Blue #274953
Tints of Teal Blue #274953
RGB
CMYK
RGB Variations
Color information
#274953 (or 0x274953) is known color: Teal Blue. HEX triplet: 27, 49 and 53. RGB value is (39,73,83). Sum of RGB (Red+Green+Blue) = 39+73+83=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #274953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274953 is #D8B6AC. Grayscale: #3F3F3F. Windows color (decimal): -14202541 or 5458215. OLE color: 5458215.
HSL color Cylindrical-coordinate representation of color #274953: hue angle of 193.64º 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 #274953 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 73 | 83 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.67 |
| HSL | 193.64º | 0.36% | 0.24% | - |
| HSV(B) | 193.64º | 0.53% | 0.33% | - |
| XYZ | 4.78 | 5.82 | 9.06 | - |
| YUV | 63.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 83 | 0.53 | 0.12 | 0 | 0.67 | 193.64 | 0.36 | 0.24 |
| Hex | 27 | 49 | 53 | 35 | C | 0 | 43 | C2 | 24 | 18 |
| Octal | 47 | 111 | 123 | 65 | 14 | 0 | 103 | 302 | 44 | 30 |
| Binary | 100111 | 1001001 | 1010011 | 110101 | 1100 | 0 | 1000011 | 11000010 | 100100 | 11000 |
Color Harmonies of #274953
Complementary color
Monochromatic Colors of #274953
Black with #274953
Text Example
Text Example
White with #274953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274953; }
p { color: rgb(39,73,83); }
H1.HeaderClassName
{
color: #274953;
}
.AnyTagClassName
{
color: #274953;
}
</style>
background-color css
<style>
a { background-color: #274953; }
a { background-color: rgb(39,73,83); }
div.DivClassName
{
background-color: #274953;
}
.BgClassName
{
background-color: #274953;
}
</style>
border-color css
<style>
span { border-color: #274953; }
span { border-color: rgb(39,73,83); }
td.TdClassName
{
border-color: #274953;
}
.TagClassName
{
border-color: #274953;
}
</style>