Shades of Teal Blue #23535E
Tints of Teal Blue #23535E
RGB
CMYK
RGB Variations
Color information
#23535E (or 0x23535E) is known color: Teal Blue. HEX triplet: 23, 53 and 5E. RGB value is (35,83,94). Sum of RGB (Red+Green+Blue) = 35+83+94=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #23535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23535E is #DCACA1. Grayscale: #454545. Windows color (decimal): -14462114 or 6181667. OLE color: 6181667.
HSL color Cylindrical-coordinate representation of color #23535E: hue angle of 191.19º 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 #23535E is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 83 | 94 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.63 |
| HSL | 191.19º | 0.46% | 0.25% | - |
| HSV(B) | 191.19º | 0.63% | 0.37% | - |
| XYZ | 5.81 | 7.35 | 11.7 | - |
| YUV | 69.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 94 | 0.63 | 0.12 | 0 | 0.63 | 191.19 | 0.46 | 0.25 |
| Hex | 23 | 53 | 5E | 3F | C | 0 | 3F | BF | 2E | 19 |
| Octal | 43 | 123 | 136 | 77 | 14 | 0 | 77 | 277 | 56 | 31 |
| Binary | 100011 | 1010011 | 1011110 | 111111 | 1100 | 0 | 111111 | 10111111 | 101110 | 11001 |
Color Harmonies of #23535E
Complementary color
Monochromatic Colors of #23535E
Black with #23535E
Text Example
Text Example
White with #23535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23535E; }
p { color: rgb(35,83,94); }
H1.HeaderClassName
{
color: #23535E;
}
.AnyTagClassName
{
color: #23535E;
}
</style>
background-color css
<style>
a { background-color: #23535E; }
a { background-color: rgb(35,83,94); }
div.DivClassName
{
background-color: #23535E;
}
.BgClassName
{
background-color: #23535E;
}
</style>
border-color css
<style>
span { border-color: #23535E; }
span { border-color: rgb(35,83,94); }
td.TdClassName
{
border-color: #23535E;
}
.TagClassName
{
border-color: #23535E;
}
</style>