Shades of Teal Blue #23505D
Tints of Teal Blue #23505D
RGB
CMYK
RGB Variations
Color information
#23505D (or 0x23505D) is known color: Teal Blue. HEX triplet: 23, 50 and 5D. RGB value is (35,80,93). Sum of RGB (Red+Green+Blue) = 35+80+93=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #23505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23505D is #DCAFA2. Grayscale: #434343. Windows color (decimal): -14462883 or 6115363. OLE color: 6115363.
HSL color Cylindrical-coordinate representation of color #23505D: hue angle of 193.45º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23505D is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 80 | 93 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.64 |
| HSL | 193.45º | 0.45% | 0.25% | - |
| HSV(B) | 193.45º | 0.62% | 0.36% | - |
| XYZ | 5.54 | 6.88 | 11.39 | - |
| YUV | 68.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 93 | 0.62 | 0.14 | 0 | 0.64 | 193.45 | 0.45 | 0.25 |
| Hex | 23 | 50 | 5D | 3E | E | 0 | 40 | C1 | 2D | 19 |
| Octal | 43 | 120 | 135 | 76 | 16 | 0 | 100 | 301 | 55 | 31 |
| Binary | 100011 | 1010000 | 1011101 | 111110 | 1110 | 0 | 1000000 | 11000001 | 101101 | 11001 |
Color Harmonies of #23505D
Complementary color
Monochromatic Colors of #23505D
Black with #23505D
Text Example
Text Example
White with #23505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23505D; }
p { color: rgb(35,80,93); }
H1.HeaderClassName
{
color: #23505D;
}
.AnyTagClassName
{
color: #23505D;
}
</style>
background-color css
<style>
a { background-color: #23505D; }
a { background-color: rgb(35,80,93); }
div.DivClassName
{
background-color: #23505D;
}
.BgClassName
{
background-color: #23505D;
}
</style>
border-color css
<style>
span { border-color: #23505D; }
span { border-color: rgb(35,80,93); }
td.TdClassName
{
border-color: #23505D;
}
.TagClassName
{
border-color: #23505D;
}
</style>