Shades of Teal Blue #254853
Tints of Teal Blue #254853
RGB
CMYK
RGB Variations
Color information
#254853 (or 0x254853) is known color: Teal Blue. HEX triplet: 25, 48 and 53. RGB value is (37,72,83). Sum of RGB (Red+Green+Blue) = 37+72+83=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #254853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254853 is #DAB7AC. Grayscale: #3E3E3E. Windows color (decimal): -14333869 or 5457957. OLE color: 5457957.
HSL color Cylindrical-coordinate representation of color #254853: hue angle of 194.35º 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 #254853 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 72 | 83 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.67 |
| HSL | 194.35º | 0.38% | 0.24% | - |
| HSV(B) | 194.35º | 0.55% | 0.33% | - |
| XYZ | 4.64 | 5.65 | 9.03 | - |
| YUV | 62.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 83 | 0.55 | 0.13 | 0 | 0.67 | 194.35 | 0.38 | 0.24 |
| Hex | 25 | 48 | 53 | 37 | D | 0 | 43 | C2 | 26 | 18 |
| Octal | 45 | 110 | 123 | 67 | 15 | 0 | 103 | 302 | 46 | 30 |
| Binary | 100101 | 1001000 | 1010011 | 110111 | 1101 | 0 | 1000011 | 11000010 | 100110 | 11000 |
Color Harmonies of #254853
Complementary color
Monochromatic Colors of #254853
Black with #254853
Text Example
Text Example
White with #254853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254853; }
p { color: rgb(37,72,83); }
H1.HeaderClassName
{
color: #254853;
}
.AnyTagClassName
{
color: #254853;
}
</style>
background-color css
<style>
a { background-color: #254853; }
a { background-color: rgb(37,72,83); }
div.DivClassName
{
background-color: #254853;
}
.BgClassName
{
background-color: #254853;
}
</style>
border-color css
<style>
span { border-color: #254853; }
span { border-color: rgb(37,72,83); }
td.TdClassName
{
border-color: #254853;
}
.TagClassName
{
border-color: #254853;
}
</style>