Shades of Teal Blue #23545A
Tints of Teal Blue #23545A
RGB
CMYK
RGB Variations
Color information
#23545A (or 0x23545A) is known color: Teal Blue. HEX triplet: 23, 54 and 5A. RGB value is (35,84,90). Sum of RGB (Red+Green+Blue) = 35+84+90=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #23545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23545A is #DCABA5. Grayscale: #454545. Windows color (decimal): -14461862 or 5919779. OLE color: 5919779.
HSL color Cylindrical-coordinate representation of color #23545A: hue angle of 186.55º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23545A is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 84 | 90 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.65 |
| HSL | 186.55º | 0.44% | 0.25% | - |
| HSV(B) | 186.55º | 0.61% | 0.35% | - |
| XYZ | 5.71 | 7.44 | 10.81 | - |
| YUV | 70.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 90 | 0.61 | 0.07 | 0 | 0.65 | 186.55 | 0.44 | 0.25 |
| Hex | 23 | 54 | 5A | 3D | 7 | 0 | 41 | BB | 2C | 19 |
| Octal | 43 | 124 | 132 | 75 | 7 | 0 | 101 | 273 | 54 | 31 |
| Binary | 100011 | 1010100 | 1011010 | 111101 | 111 | 0 | 1000001 | 10111011 | 101100 | 11001 |
Color Harmonies of #23545A
Complementary color
Monochromatic Colors of #23545A
Black with #23545A
Text Example
Text Example
White with #23545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23545A; }
p { color: rgb(35,84,90); }
H1.HeaderClassName
{
color: #23545A;
}
.AnyTagClassName
{
color: #23545A;
}
</style>
background-color css
<style>
a { background-color: #23545A; }
a { background-color: rgb(35,84,90); }
div.DivClassName
{
background-color: #23545A;
}
.BgClassName
{
background-color: #23545A;
}
</style>
border-color css
<style>
span { border-color: #23545A; }
span { border-color: rgb(35,84,90); }
td.TdClassName
{
border-color: #23545A;
}
.TagClassName
{
border-color: #23545A;
}
</style>