Shades of Teal Blue #234653
Tints of Teal Blue #234653
RGB
CMYK
RGB Variations
Color information
#234653 (or 0x234653) is known color: Teal Blue. HEX triplet: 23, 46 and 53. RGB value is (35,70,83). Sum of RGB (Red+Green+Blue) = 35+70+83=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #234653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234653 is #DCB9AC. Grayscale: #3C3C3C. Windows color (decimal): -14465453 or 5457443. OLE color: 5457443.
HSL color Cylindrical-coordinate representation of color #234653: hue angle of 196.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234653 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 70 | 83 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.67 |
| HSL | 196.25º | 0.41% | 0.23% | - |
| HSV(B) | 196.25º | 0.58% | 0.33% | - |
| XYZ | 4.44 | 5.36 | 8.98 | - |
| YUV | 61.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 83 | 0.58 | 0.16 | 0 | 0.67 | 196.25 | 0.41 | 0.23 |
| Hex | 23 | 46 | 53 | 3A | 10 | 0 | 43 | C4 | 29 | 17 |
| Octal | 43 | 106 | 123 | 72 | 20 | 0 | 103 | 304 | 51 | 27 |
| Binary | 100011 | 1000110 | 1010011 | 111010 | 10000 | 0 | 1000011 | 11000100 | 101001 | 10111 |
Color Harmonies of #234653
Complementary color
Monochromatic Colors of #234653
Black with #234653
Text Example
Text Example
White with #234653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234653; }
p { color: rgb(35,70,83); }
H1.HeaderClassName
{
color: #234653;
}
.AnyTagClassName
{
color: #234653;
}
</style>
background-color css
<style>
a { background-color: #234653; }
a { background-color: rgb(35,70,83); }
div.DivClassName
{
background-color: #234653;
}
.BgClassName
{
background-color: #234653;
}
</style>
border-color css
<style>
span { border-color: #234653; }
span { border-color: rgb(35,70,83); }
td.TdClassName
{
border-color: #234653;
}
.TagClassName
{
border-color: #234653;
}
</style>