Shades of Teal Blue #264D59
Tints of Teal Blue #264D59
RGB
CMYK
RGB Variations
Color information
#264D59 (or 0x264D59) is known color: Teal Blue. HEX triplet: 26, 4D and 59. RGB value is (38,77,89). Sum of RGB (Red+Green+Blue) = 38+77+89=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #264D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D59 is #D9B2A6. Grayscale: #424242. Windows color (decimal): -14267047 or 5852454. OLE color: 5852454.
HSL color Cylindrical-coordinate representation of color #264D59: hue angle of 194.12º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264D59 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 77 | 89 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.65 |
| HSL | 194.12º | 0.4% | 0.25% | - |
| HSV(B) | 194.12º | 0.57% | 0.35% | - |
| XYZ | 5.26 | 6.44 | 10.42 | - |
| YUV | 66.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 89 | 0.57 | 0.13 | 0 | 0.65 | 194.12 | 0.4 | 0.25 |
| Hex | 26 | 4D | 59 | 39 | D | 0 | 41 | C2 | 28 | 19 |
| Octal | 46 | 115 | 131 | 71 | 15 | 0 | 101 | 302 | 50 | 31 |
| Binary | 100110 | 1001101 | 1011001 | 111001 | 1101 | 0 | 1000001 | 11000010 | 101000 | 11001 |
Color Harmonies of #264D59
Complementary color
Monochromatic Colors of #264D59
Black with #264D59
Text Example
Text Example
White with #264D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D59; }
p { color: rgb(38,77,89); }
H1.HeaderClassName
{
color: #264D59;
}
.AnyTagClassName
{
color: #264D59;
}
</style>
background-color css
<style>
a { background-color: #264D59; }
a { background-color: rgb(38,77,89); }
div.DivClassName
{
background-color: #264D59;
}
.BgClassName
{
background-color: #264D59;
}
</style>
border-color css
<style>
span { border-color: #264D59; }
span { border-color: rgb(38,77,89); }
td.TdClassName
{
border-color: #264D59;
}
.TagClassName
{
border-color: #264D59;
}
</style>