Shades of Teal Blue #255058
Tints of Teal Blue #255058
RGB
CMYK
RGB Variations
Color information
#255058 (or 0x255058) is known color: Teal Blue. HEX triplet: 25, 50 and 58. RGB value is (37,80,88). Sum of RGB (Red+Green+Blue) = 37+80+88=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #255058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255058 is #DAAFA7. Grayscale: #434343. Windows color (decimal): -14331816 or 5787685. OLE color: 5787685.
HSL color Cylindrical-coordinate representation of color #255058: hue angle of 189.41º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255058 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 80 | 88 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.65 |
| HSL | 189.41º | 0.41% | 0.25% | - |
| HSV(B) | 189.41º | 0.58% | 0.35% | - |
| XYZ | 5.39 | 6.84 | 10.27 | - |
| YUV | 68.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 88 | 0.58 | 0.09 | 0 | 0.65 | 189.41 | 0.41 | 0.25 |
| Hex | 25 | 50 | 58 | 3A | 9 | 0 | 41 | BD | 29 | 19 |
| Octal | 45 | 120 | 130 | 72 | 11 | 0 | 101 | 275 | 51 | 31 |
| Binary | 100101 | 1010000 | 1011000 | 111010 | 1001 | 0 | 1000001 | 10111101 | 101001 | 11001 |
Color Harmonies of #255058
Complementary color
Monochromatic Colors of #255058
Black with #255058
Text Example
Text Example
White with #255058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255058; }
p { color: rgb(37,80,88); }
H1.HeaderClassName
{
color: #255058;
}
.AnyTagClassName
{
color: #255058;
}
</style>
background-color css
<style>
a { background-color: #255058; }
a { background-color: rgb(37,80,88); }
div.DivClassName
{
background-color: #255058;
}
.BgClassName
{
background-color: #255058;
}
</style>
border-color css
<style>
span { border-color: #255058; }
span { border-color: rgb(37,80,88); }
td.TdClassName
{
border-color: #255058;
}
.TagClassName
{
border-color: #255058;
}
</style>