Shades of Teal Blue #25535B
Tints of Teal Blue #25535B
RGB
CMYK
RGB Variations
Color information
#25535B (or 0x25535B) is known color: Teal Blue. HEX triplet: 25, 53 and 5B. RGB value is (37,83,91). Sum of RGB (Red+Green+Blue) = 37+83+91=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #25535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25535B is #DAACA4. Grayscale: #464646. Windows color (decimal): -14331045 or 5985061. OLE color: 5985061.
HSL color Cylindrical-coordinate representation of color #25535B: hue angle of 188.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25535B is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 83 | 91 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.64 |
| HSL | 188.89º | 0.42% | 0.25% | - |
| HSV(B) | 188.89º | 0.59% | 0.36% | - |
| XYZ | 5.74 | 7.34 | 11.01 | - |
| YUV | 70.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 91 | 0.59 | 0.09 | 0 | 0.64 | 188.89 | 0.42 | 0.25 |
| Hex | 25 | 53 | 5B | 3B | 9 | 0 | 40 | BD | 2A | 19 |
| Octal | 45 | 123 | 133 | 73 | 11 | 0 | 100 | 275 | 52 | 31 |
| Binary | 100101 | 1010011 | 1011011 | 111011 | 1001 | 0 | 1000000 | 10111101 | 101010 | 11001 |
Color Harmonies of #25535B
Complementary color
Monochromatic Colors of #25535B
Black with #25535B
Text Example
Text Example
White with #25535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25535B; }
p { color: rgb(37,83,91); }
H1.HeaderClassName
{
color: #25535B;
}
.AnyTagClassName
{
color: #25535B;
}
</style>
background-color css
<style>
a { background-color: #25535B; }
a { background-color: rgb(37,83,91); }
div.DivClassName
{
background-color: #25535B;
}
.BgClassName
{
background-color: #25535B;
}
</style>
border-color css
<style>
span { border-color: #25535B; }
span { border-color: rgb(37,83,91); }
td.TdClassName
{
border-color: #25535B;
}
.TagClassName
{
border-color: #25535B;
}
</style>