Shades of Teal Blue #23515E
Tints of Teal Blue #23515E
RGB
CMYK
RGB Variations
Color information
#23515E (or 0x23515E) is known color: Teal Blue. HEX triplet: 23, 51 and 5E. RGB value is (35,81,94). Sum of RGB (Red+Green+Blue) = 35+81+94=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #23515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23515E is #DCAEA1. Grayscale: #444444. Windows color (decimal): -14462626 or 6181155. OLE color: 6181155.
HSL color Cylindrical-coordinate representation of color #23515E: hue angle of 193.22º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23515E is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 81 | 94 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.63 |
| HSL | 193.22º | 0.46% | 0.25% | - |
| HSV(B) | 193.22º | 0.63% | 0.37% | - |
| XYZ | 5.66 | 7.05 | 11.65 | - |
| YUV | 68.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 94 | 0.63 | 0.14 | 0 | 0.63 | 193.22 | 0.46 | 0.25 |
| Hex | 23 | 51 | 5E | 3F | E | 0 | 3F | C1 | 2E | 19 |
| Octal | 43 | 121 | 136 | 77 | 16 | 0 | 77 | 301 | 56 | 31 |
| Binary | 100011 | 1010001 | 1011110 | 111111 | 1110 | 0 | 111111 | 11000001 | 101110 | 11001 |
Color Harmonies of #23515E
Complementary color
Monochromatic Colors of #23515E
Black with #23515E
Text Example
Text Example
White with #23515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23515E; }
p { color: rgb(35,81,94); }
H1.HeaderClassName
{
color: #23515E;
}
.AnyTagClassName
{
color: #23515E;
}
</style>
background-color css
<style>
a { background-color: #23515E; }
a { background-color: rgb(35,81,94); }
div.DivClassName
{
background-color: #23515E;
}
.BgClassName
{
background-color: #23515E;
}
</style>
border-color css
<style>
span { border-color: #23515E; }
span { border-color: rgb(35,81,94); }
td.TdClassName
{
border-color: #23515E;
}
.TagClassName
{
border-color: #23515E;
}
</style>