Shades of Teal Blue #23555F
Tints of Teal Blue #23555F
RGB
CMYK
RGB Variations
Color information
#23555F (or 0x23555F) is known color: Teal Blue. HEX triplet: 23, 55 and 5F. RGB value is (35,85,95). Sum of RGB (Red+Green+Blue) = 35+85+95=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #23555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23555F is #DCAAA0. Grayscale: #474747. Windows color (decimal): -14461601 or 6247715. OLE color: 6247715.
HSL color Cylindrical-coordinate representation of color #23555F: hue angle of 190º 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 #23555F is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 85 | 95 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.63 |
| HSL | 190º | 0.46% | 0.25% | - |
| HSV(B) | 190º | 0.63% | 0.37% | - |
| XYZ | 6.01 | 7.68 | 11.99 | - |
| YUV | 71.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 95 | 0.63 | 0.11 | 0 | 0.63 | 190 | 0.46 | 0.25 |
| Hex | 23 | 55 | 5F | 3F | B | 0 | 3F | BE | 2E | 19 |
| Octal | 43 | 125 | 137 | 77 | 13 | 0 | 77 | 276 | 56 | 31 |
| Binary | 100011 | 1010101 | 1011111 | 111111 | 1011 | 0 | 111111 | 10111110 | 101110 | 11001 |
Color Harmonies of #23555F
Complementary color
Monochromatic Colors of #23555F
Black with #23555F
Text Example
Text Example
White with #23555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23555F; }
p { color: rgb(35,85,95); }
H1.HeaderClassName
{
color: #23555F;
}
.AnyTagClassName
{
color: #23555F;
}
</style>
background-color css
<style>
a { background-color: #23555F; }
a { background-color: rgb(35,85,95); }
div.DivClassName
{
background-color: #23555F;
}
.BgClassName
{
background-color: #23555F;
}
</style>
border-color css
<style>
span { border-color: #23555F; }
span { border-color: rgb(35,85,95); }
td.TdClassName
{
border-color: #23555F;
}
.TagClassName
{
border-color: #23555F;
}
</style>