Shades of Teal Blue #23555D
Tints of Teal Blue #23555D
RGB
CMYK
RGB Variations
Color information
#23555D (or 0x23555D) is known color: Teal Blue. HEX triplet: 23, 55 and 5D. RGB value is (35,85,93). Sum of RGB (Red+Green+Blue) = 35+85+93=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #23555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23555D is #DCAAA2. Grayscale: #464646. Windows color (decimal): -14461603 or 6116643. OLE color: 6116643.
HSL color Cylindrical-coordinate representation of color #23555D: hue angle of 188.28º 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 #23555D is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 85 | 93 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.64 |
| HSL | 188.28º | 0.45% | 0.25% | - |
| HSV(B) | 188.28º | 0.62% | 0.36% | - |
| XYZ | 5.92 | 7.64 | 11.52 | - |
| YUV | 70.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 93 | 0.62 | 0.09 | 0 | 0.64 | 188.28 | 0.45 | 0.25 |
| Hex | 23 | 55 | 5D | 3E | 9 | 0 | 40 | BC | 2D | 19 |
| Octal | 43 | 125 | 135 | 76 | 11 | 0 | 100 | 274 | 55 | 31 |
| Binary | 100011 | 1010101 | 1011101 | 111110 | 1001 | 0 | 1000000 | 10111100 | 101101 | 11001 |
Color Harmonies of #23555D
Complementary color
Monochromatic Colors of #23555D
Black with #23555D
Text Example
Text Example
White with #23555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23555D; }
p { color: rgb(35,85,93); }
H1.HeaderClassName
{
color: #23555D;
}
.AnyTagClassName
{
color: #23555D;
}
</style>
background-color css
<style>
a { background-color: #23555D; }
a { background-color: rgb(35,85,93); }
div.DivClassName
{
background-color: #23555D;
}
.BgClassName
{
background-color: #23555D;
}
</style>
border-color css
<style>
span { border-color: #23555D; }
span { border-color: rgb(35,85,93); }
td.TdClassName
{
border-color: #23555D;
}
.TagClassName
{
border-color: #23555D;
}
</style>