Shades of Teal Blue #25555C
Tints of Teal Blue #25555C
RGB
CMYK
RGB Variations
Color information
#25555C (or 0x25555C) is known color: Teal Blue. HEX triplet: 25, 55 and 5C. RGB value is (37,85,92). Sum of RGB (Red+Green+Blue) = 37+85+92=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #25555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25555C is #DAAAA3. Grayscale: #474747. Windows color (decimal): -14330532 or 6051109. OLE color: 6051109.
HSL color Cylindrical-coordinate representation of color #25555C: hue angle of 187.64º 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 #25555C is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 85 | 92 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.64 |
| HSL | 187.64º | 0.43% | 0.25% | - |
| HSV(B) | 187.64º | 0.6% | 0.36% | - |
| XYZ | 5.94 | 7.66 | 11.29 | - |
| YUV | 71.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 92 | 0.60 | 0.08 | 0 | 0.64 | 187.64 | 0.43 | 0.25 |
| Hex | 25 | 55 | 5C | 3C | 8 | 0 | 40 | BC | 2B | 19 |
| Octal | 45 | 125 | 134 | 74 | 10 | 0 | 100 | 274 | 53 | 31 |
| Binary | 100101 | 1010101 | 1011100 | 111100 | 1000 | 0 | 1000000 | 10111100 | 101011 | 11001 |
Color Harmonies of #25555C
Complementary color
Monochromatic Colors of #25555C
Black with #25555C
Text Example
Text Example
White with #25555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25555C; }
p { color: rgb(37,85,92); }
H1.HeaderClassName
{
color: #25555C;
}
.AnyTagClassName
{
color: #25555C;
}
</style>
background-color css
<style>
a { background-color: #25555C; }
a { background-color: rgb(37,85,92); }
div.DivClassName
{
background-color: #25555C;
}
.BgClassName
{
background-color: #25555C;
}
</style>
border-color css
<style>
span { border-color: #25555C; }
span { border-color: rgb(37,85,92); }
td.TdClassName
{
border-color: #25555C;
}
.TagClassName
{
border-color: #25555C;
}
</style>