Shades of Teal Blue #23535F
Tints of Teal Blue #23535F
RGB
CMYK
RGB Variations
Color information
#23535F (or 0x23535F) is known color: Teal Blue. HEX triplet: 23, 53 and 5F. RGB value is (35,83,95). Sum of RGB (Red+Green+Blue) = 35+83+95=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #23535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23535F is #DCACA0. Grayscale: #454545. Windows color (decimal): -14462113 or 6247203. OLE color: 6247203.
HSL color Cylindrical-coordinate representation of color #23535F: hue angle of 192º 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 #23535F is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 83 | 95 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.63 |
| HSL | 192º | 0.46% | 0.25% | - |
| HSV(B) | 192º | 0.63% | 0.37% | - |
| XYZ | 5.85 | 7.37 | 11.94 | - |
| YUV | 70.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 95 | 0.63 | 0.13 | 0 | 0.63 | 192 | 0.46 | 0.25 |
| Hex | 23 | 53 | 5F | 3F | D | 0 | 3F | C0 | 2E | 19 |
| Octal | 43 | 123 | 137 | 77 | 15 | 0 | 77 | 300 | 56 | 31 |
| Binary | 100011 | 1010011 | 1011111 | 111111 | 1101 | 0 | 111111 | 11000000 | 101110 | 11001 |
Color Harmonies of #23535F
Complementary color
Monochromatic Colors of #23535F
Black with #23535F
Text Example
Text Example
White with #23535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23535F; }
p { color: rgb(35,83,95); }
H1.HeaderClassName
{
color: #23535F;
}
.AnyTagClassName
{
color: #23535F;
}
</style>
background-color css
<style>
a { background-color: #23535F; }
a { background-color: rgb(35,83,95); }
div.DivClassName
{
background-color: #23535F;
}
.BgClassName
{
background-color: #23535F;
}
</style>
border-color css
<style>
span { border-color: #23535F; }
span { border-color: rgb(35,83,95); }
td.TdClassName
{
border-color: #23535F;
}
.TagClassName
{
border-color: #23535F;
}
</style>