Shades of Teal Blue #25545C
Tints of Teal Blue #25545C
RGB
CMYK
RGB Variations
Color information
#25545C (or 0x25545C) is known color: Teal Blue. HEX triplet: 25, 54 and 5C. RGB value is (37,84,92). Sum of RGB (Red+Green+Blue) = 37+84+92=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #25545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25545C is #DAABA3. Grayscale: #464646. Windows color (decimal): -14330788 or 6050853. OLE color: 6050853.
HSL color Cylindrical-coordinate representation of color #25545C: hue angle of 188.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25545C is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 84 | 92 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.64 |
| HSL | 188.73º | 0.43% | 0.25% | - |
| HSV(B) | 188.73º | 0.6% | 0.36% | - |
| XYZ | 5.87 | 7.51 | 11.27 | - |
| YUV | 70.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 92 | 0.60 | 0.09 | 0 | 0.64 | 188.73 | 0.43 | 0.25 |
| Hex | 25 | 54 | 5C | 3C | 9 | 0 | 40 | BD | 2B | 19 |
| Octal | 45 | 124 | 134 | 74 | 11 | 0 | 100 | 275 | 53 | 31 |
| Binary | 100101 | 1010100 | 1011100 | 111100 | 1001 | 0 | 1000000 | 10111101 | 101011 | 11001 |
Color Harmonies of #25545C
Complementary color
Monochromatic Colors of #25545C
Black with #25545C
Text Example
Text Example
White with #25545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25545C; }
p { color: rgb(37,84,92); }
H1.HeaderClassName
{
color: #25545C;
}
.AnyTagClassName
{
color: #25545C;
}
</style>
background-color css
<style>
a { background-color: #25545C; }
a { background-color: rgb(37,84,92); }
div.DivClassName
{
background-color: #25545C;
}
.BgClassName
{
background-color: #25545C;
}
</style>
border-color css
<style>
span { border-color: #25545C; }
span { border-color: rgb(37,84,92); }
td.TdClassName
{
border-color: #25545C;
}
.TagClassName
{
border-color: #25545C;
}
</style>