Shades of Teal Blue #25575F
Tints of Teal Blue #25575F
RGB
CMYK
RGB Variations
Color information
#25575F (or 0x25575F) is known color: Teal Blue. HEX triplet: 25, 57 and 5F. RGB value is (37,87,95). Sum of RGB (Red+Green+Blue) = 37+87+95=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #25575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25575F is #DAA8A0. Grayscale: #484848. Windows color (decimal): -14330017 or 6248229. OLE color: 6248229.
HSL color Cylindrical-coordinate representation of color #25575F: hue angle of 188.28º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25575F is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 87 | 95 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.63 |
| HSL | 188.28º | 0.44% | 0.26% | - |
| HSV(B) | 188.28º | 0.61% | 0.37% | - |
| XYZ | 6.24 | 8.04 | 12.05 | - |
| YUV | 72.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 95 | 0.61 | 0.08 | 0 | 0.63 | 188.28 | 0.44 | 0.26 |
| Hex | 25 | 57 | 5F | 3D | 8 | 0 | 3F | BC | 2C | 1A |
| Octal | 45 | 127 | 137 | 75 | 10 | 0 | 77 | 274 | 54 | 32 |
| Binary | 100101 | 1010111 | 1011111 | 111101 | 1000 | 0 | 111111 | 10111100 | 101100 | 11010 |
Color Harmonies of #25575F
Complementary color
Monochromatic Colors of #25575F
Black with #25575F
Text Example
Text Example
White with #25575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25575F; }
p { color: rgb(37,87,95); }
H1.HeaderClassName
{
color: #25575F;
}
.AnyTagClassName
{
color: #25575F;
}
</style>
background-color css
<style>
a { background-color: #25575F; }
a { background-color: rgb(37,87,95); }
div.DivClassName
{
background-color: #25575F;
}
.BgClassName
{
background-color: #25575F;
}
</style>
border-color css
<style>
span { border-color: #25575F; }
span { border-color: rgb(37,87,95); }
td.TdClassName
{
border-color: #25575F;
}
.TagClassName
{
border-color: #25575F;
}
</style>