Shades of Teal Blue #25525C
Tints of Teal Blue #25525C
RGB
CMYK
RGB Variations
Color information
#25525C (or 0x25525C) is known color: Teal Blue. HEX triplet: 25, 52 and 5C. RGB value is (37,82,92). Sum of RGB (Red+Green+Blue) = 37+82+92=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #25525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25525C is #DAADA3. Grayscale: #454545. Windows color (decimal): -14331300 or 6050341. OLE color: 6050341.
HSL color Cylindrical-coordinate representation of color #25525C: hue angle of 190.91º 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 #25525C is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 82 | 92 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.64 |
| HSL | 190.91º | 0.43% | 0.25% | - |
| HSV(B) | 190.91º | 0.6% | 0.36% | - |
| XYZ | 5.71 | 7.2 | 11.21 | - |
| YUV | 69.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 92 | 0.60 | 0.11 | 0 | 0.64 | 190.91 | 0.43 | 0.25 |
| Hex | 25 | 52 | 5C | 3C | B | 0 | 40 | BF | 2B | 19 |
| Octal | 45 | 122 | 134 | 74 | 13 | 0 | 100 | 277 | 53 | 31 |
| Binary | 100101 | 1010010 | 1011100 | 111100 | 1011 | 0 | 1000000 | 10111111 | 101011 | 11001 |
Color Harmonies of #25525C
Complementary color
Monochromatic Colors of #25525C
Black with #25525C
Text Example
Text Example
White with #25525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25525C; }
p { color: rgb(37,82,92); }
H1.HeaderClassName
{
color: #25525C;
}
.AnyTagClassName
{
color: #25525C;
}
</style>
background-color css
<style>
a { background-color: #25525C; }
a { background-color: rgb(37,82,92); }
div.DivClassName
{
background-color: #25525C;
}
.BgClassName
{
background-color: #25525C;
}
</style>
border-color css
<style>
span { border-color: #25525C; }
span { border-color: rgb(37,82,92); }
td.TdClassName
{
border-color: #25525C;
}
.TagClassName
{
border-color: #25525C;
}
</style>