Shades of Teal Blue #255359
Tints of Teal Blue #255359
RGB
CMYK
RGB Variations
Color information
#255359 (or 0x255359) is known color: Teal Blue. HEX triplet: 25, 53 and 59. RGB value is (37,83,89). Sum of RGB (Red+Green+Blue) = 37+83+89=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #255359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255359 is #DAACA6. Grayscale: #454545. Windows color (decimal): -14331047 or 5853989. OLE color: 5853989.
HSL color Cylindrical-coordinate representation of color #255359: hue angle of 186.92º 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 #255359 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 83 | 89 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.65 |
| HSL | 186.92º | 0.41% | 0.25% | - |
| HSV(B) | 186.92º | 0.58% | 0.35% | - |
| XYZ | 5.66 | 7.3 | 10.56 | - |
| YUV | 69.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 89 | 0.58 | 0.07 | 0 | 0.65 | 186.92 | 0.41 | 0.25 |
| Hex | 25 | 53 | 59 | 3A | 7 | 0 | 41 | BB | 29 | 19 |
| Octal | 45 | 123 | 131 | 72 | 7 | 0 | 101 | 273 | 51 | 31 |
| Binary | 100101 | 1010011 | 1011001 | 111010 | 111 | 0 | 1000001 | 10111011 | 101001 | 11001 |
Color Harmonies of #255359
Complementary color
Monochromatic Colors of #255359
Black with #255359
Text Example
Text Example
White with #255359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255359; }
p { color: rgb(37,83,89); }
H1.HeaderClassName
{
color: #255359;
}
.AnyTagClassName
{
color: #255359;
}
</style>
background-color css
<style>
a { background-color: #255359; }
a { background-color: rgb(37,83,89); }
div.DivClassName
{
background-color: #255359;
}
.BgClassName
{
background-color: #255359;
}
</style>
border-color css
<style>
span { border-color: #255359; }
span { border-color: rgb(37,83,89); }
td.TdClassName
{
border-color: #255359;
}
.TagClassName
{
border-color: #255359;
}
</style>