Shades of Teal Blue #23505A
Tints of Teal Blue #23505A
RGB
CMYK
RGB Variations
Color information
#23505A (or 0x23505A) is known color: Teal Blue. HEX triplet: 23, 50 and 5A. RGB value is (35,80,90). Sum of RGB (Red+Green+Blue) = 35+80+90=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #23505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23505A is #DCAFA5. Grayscale: #434343. Windows color (decimal): -14462886 or 5918755. OLE color: 5918755.
HSL color Cylindrical-coordinate representation of color #23505A: hue angle of 190.91º 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 #23505A is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 80 | 90 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.65 |
| HSL | 190.91º | 0.44% | 0.25% | - |
| HSV(B) | 190.91º | 0.61% | 0.35% | - |
| XYZ | 5.41 | 6.83 | 10.71 | - |
| YUV | 67.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 90 | 0.61 | 0.11 | 0 | 0.65 | 190.91 | 0.44 | 0.25 |
| Hex | 23 | 50 | 5A | 3D | B | 0 | 41 | BF | 2C | 19 |
| Octal | 43 | 120 | 132 | 75 | 13 | 0 | 101 | 277 | 54 | 31 |
| Binary | 100011 | 1010000 | 1011010 | 111101 | 1011 | 0 | 1000001 | 10111111 | 101100 | 11001 |
Color Harmonies of #23505A
Complementary color
Monochromatic Colors of #23505A
Black with #23505A
Text Example
Text Example
White with #23505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23505A; }
p { color: rgb(35,80,90); }
H1.HeaderClassName
{
color: #23505A;
}
.AnyTagClassName
{
color: #23505A;
}
</style>
background-color css
<style>
a { background-color: #23505A; }
a { background-color: rgb(35,80,90); }
div.DivClassName
{
background-color: #23505A;
}
.BgClassName
{
background-color: #23505A;
}
</style>
border-color css
<style>
span { border-color: #23505A; }
span { border-color: rgb(35,80,90); }
td.TdClassName
{
border-color: #23505A;
}
.TagClassName
{
border-color: #23505A;
}
</style>