Shades of Teal Blue #264C54
Tints of Teal Blue #264C54
RGB
CMYK
RGB Variations
Color information
#264C54 (or 0x264C54) is known color: Teal Blue. HEX triplet: 26, 4C and 54. RGB value is (38,76,84). Sum of RGB (Red+Green+Blue) = 38+76+84=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #264C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C54 is #D9B3AB. Grayscale: #414141. Windows color (decimal): -14267308 or 5524518. OLE color: 5524518.
HSL color Cylindrical-coordinate representation of color #264C54: hue angle of 190.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264C54 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 76 | 84 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.67 |
| HSL | 190.43º | 0.38% | 0.24% | - |
| HSV(B) | 190.43º | 0.55% | 0.33% | - |
| XYZ | 4.98 | 6.22 | 9.33 | - |
| YUV | 65.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 84 | 0.55 | 0.10 | 0 | 0.67 | 190.43 | 0.38 | 0.24 |
| Hex | 26 | 4C | 54 | 37 | A | 0 | 43 | BE | 26 | 18 |
| Octal | 46 | 114 | 124 | 67 | 12 | 0 | 103 | 276 | 46 | 30 |
| Binary | 100110 | 1001100 | 1010100 | 110111 | 1010 | 0 | 1000011 | 10111110 | 100110 | 11000 |
Color Harmonies of #264C54
Complementary color
Monochromatic Colors of #264C54
Black with #264C54
Text Example
Text Example
White with #264C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C54; }
p { color: rgb(38,76,84); }
H1.HeaderClassName
{
color: #264C54;
}
.AnyTagClassName
{
color: #264C54;
}
</style>
background-color css
<style>
a { background-color: #264C54; }
a { background-color: rgb(38,76,84); }
div.DivClassName
{
background-color: #264C54;
}
.BgClassName
{
background-color: #264C54;
}
</style>
border-color css
<style>
span { border-color: #264C54; }
span { border-color: rgb(38,76,84); }
td.TdClassName
{
border-color: #264C54;
}
.TagClassName
{
border-color: #264C54;
}
</style>