Shades of Teal Blue #23505C
Tints of Teal Blue #23505C
RGB
CMYK
RGB Variations
Color information
#23505C (or 0x23505C) is known color: Teal Blue. HEX triplet: 23, 50 and 5C. RGB value is (35,80,92). Sum of RGB (Red+Green+Blue) = 35+80+92=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #23505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23505C is #DCAFA3. Grayscale: #434343. Windows color (decimal): -14462884 or 6049827. OLE color: 6049827.
HSL color Cylindrical-coordinate representation of color #23505C: hue angle of 192.63º 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 #23505C is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 80 | 92 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.64 |
| HSL | 192.63º | 0.45% | 0.25% | - |
| HSV(B) | 192.63º | 0.62% | 0.36% | - |
| XYZ | 5.49 | 6.87 | 11.16 | - |
| YUV | 67.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 92 | 0.62 | 0.13 | 0 | 0.64 | 192.63 | 0.45 | 0.25 |
| Hex | 23 | 50 | 5C | 3E | D | 0 | 40 | C1 | 2D | 19 |
| Octal | 43 | 120 | 134 | 76 | 15 | 0 | 100 | 301 | 55 | 31 |
| Binary | 100011 | 1010000 | 1011100 | 111110 | 1101 | 0 | 1000000 | 11000001 | 101101 | 11001 |
Color Harmonies of #23505C
Complementary color
Monochromatic Colors of #23505C
Black with #23505C
Text Example
Text Example
White with #23505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23505C; }
p { color: rgb(35,80,92); }
H1.HeaderClassName
{
color: #23505C;
}
.AnyTagClassName
{
color: #23505C;
}
</style>
background-color css
<style>
a { background-color: #23505C; }
a { background-color: rgb(35,80,92); }
div.DivClassName
{
background-color: #23505C;
}
.BgClassName
{
background-color: #23505C;
}
</style>
border-color css
<style>
span { border-color: #23505C; }
span { border-color: rgb(35,80,92); }
td.TdClassName
{
border-color: #23505C;
}
.TagClassName
{
border-color: #23505C;
}
</style>