Shades of Teal Blue #23535A
Tints of Teal Blue #23535A
RGB
CMYK
RGB Variations
Color information
#23535A (or 0x23535A) is known color: Teal Blue. HEX triplet: 23, 53 and 5A. RGB value is (35,83,90). Sum of RGB (Red+Green+Blue) = 35+83+90=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #23535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23535A is #DCACA5. Grayscale: #454545. Windows color (decimal): -14462118 or 5919523. OLE color: 5919523.
HSL color Cylindrical-coordinate representation of color #23535A: hue angle of 187.64º 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 #23535A is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 83 | 90 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.65 |
| HSL | 187.64º | 0.44% | 0.25% | - |
| HSV(B) | 187.64º | 0.61% | 0.35% | - |
| XYZ | 5.63 | 7.28 | 10.78 | - |
| YUV | 69.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 90 | 0.61 | 0.08 | 0 | 0.65 | 187.64 | 0.44 | 0.25 |
| Hex | 23 | 53 | 5A | 3D | 8 | 0 | 41 | BC | 2C | 19 |
| Octal | 43 | 123 | 132 | 75 | 10 | 0 | 101 | 274 | 54 | 31 |
| Binary | 100011 | 1010011 | 1011010 | 111101 | 1000 | 0 | 1000001 | 10111100 | 101100 | 11001 |
Color Harmonies of #23535A
Complementary color
Monochromatic Colors of #23535A
Black with #23535A
Text Example
Text Example
White with #23535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23535A; }
p { color: rgb(35,83,90); }
H1.HeaderClassName
{
color: #23535A;
}
.AnyTagClassName
{
color: #23535A;
}
</style>
background-color css
<style>
a { background-color: #23535A; }
a { background-color: rgb(35,83,90); }
div.DivClassName
{
background-color: #23535A;
}
.BgClassName
{
background-color: #23535A;
}
</style>
border-color css
<style>
span { border-color: #23535A; }
span { border-color: rgb(35,83,90); }
td.TdClassName
{
border-color: #23535A;
}
.TagClassName
{
border-color: #23535A;
}
</style>