Shades of Teal Blue #254553
Tints of Teal Blue #254553
RGB
CMYK
RGB Variations
Color information
#254553 (or 0x254553) is known color: Teal Blue. HEX triplet: 25, 45 and 53. RGB value is (37,69,83). Sum of RGB (Red+Green+Blue) = 37+69+83=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #254553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254553 is #DABAAC. Grayscale: #3C3C3C. Windows color (decimal): -14334637 or 5457189. OLE color: 5457189.
HSL color Cylindrical-coordinate representation of color #254553: hue angle of 198.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254553 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 69 | 83 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.67 |
| HSL | 198.26º | 0.38% | 0.24% | - |
| HSV(B) | 198.26º | 0.55% | 0.33% | - |
| XYZ | 4.45 | 5.27 | 8.97 | - |
| YUV | 61.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 83 | 0.55 | 0.17 | 0 | 0.67 | 198.26 | 0.38 | 0.24 |
| Hex | 25 | 45 | 53 | 37 | 11 | 0 | 43 | C6 | 26 | 18 |
| Octal | 45 | 105 | 123 | 67 | 21 | 0 | 103 | 306 | 46 | 30 |
| Binary | 100101 | 1000101 | 1010011 | 110111 | 10001 | 0 | 1000011 | 11000110 | 100110 | 11000 |
Color Harmonies of #254553
Complementary color
Monochromatic Colors of #254553
Black with #254553
Text Example
Text Example
White with #254553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254553; }
p { color: rgb(37,69,83); }
H1.HeaderClassName
{
color: #254553;
}
.AnyTagClassName
{
color: #254553;
}
</style>
background-color css
<style>
a { background-color: #254553; }
a { background-color: rgb(37,69,83); }
div.DivClassName
{
background-color: #254553;
}
.BgClassName
{
background-color: #254553;
}
</style>
border-color css
<style>
span { border-color: #254553; }
span { border-color: rgb(37,69,83); }
td.TdClassName
{
border-color: #254553;
}
.TagClassName
{
border-color: #254553;
}
</style>