Shades of Teal Blue #234E59
Tints of Teal Blue #234E59
RGB
CMYK
RGB Variations
Color information
#234E59 (or 0x234E59) is known color: Teal Blue. HEX triplet: 23, 4E and 59. RGB value is (35,78,89). Sum of RGB (Red+Green+Blue) = 35+78+89=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #234E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E59 is #DCB1A6. Grayscale: #424242. Windows color (decimal): -14463399 or 5852707. OLE color: 5852707.
HSL color Cylindrical-coordinate representation of color #234E59: hue angle of 192.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #234E59 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 78 | 89 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.65 |
| HSL | 192.22º | 0.44% | 0.24% | - |
| HSV(B) | 192.22º | 0.61% | 0.35% | - |
| XYZ | 5.22 | 6.53 | 10.44 | - |
| YUV | 66.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 89 | 0.61 | 0.12 | 0 | 0.65 | 192.22 | 0.44 | 0.24 |
| Hex | 23 | 4E | 59 | 3D | C | 0 | 41 | C0 | 2C | 18 |
| Octal | 43 | 116 | 131 | 75 | 14 | 0 | 101 | 300 | 54 | 30 |
| Binary | 100011 | 1001110 | 1011001 | 111101 | 1100 | 0 | 1000001 | 11000000 | 101100 | 11000 |
Color Harmonies of #234E59
Complementary color
Monochromatic Colors of #234E59
Black with #234E59
Text Example
Text Example
White with #234E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E59; }
p { color: rgb(35,78,89); }
H1.HeaderClassName
{
color: #234E59;
}
.AnyTagClassName
{
color: #234E59;
}
</style>
background-color css
<style>
a { background-color: #234E59; }
a { background-color: rgb(35,78,89); }
div.DivClassName
{
background-color: #234E59;
}
.BgClassName
{
background-color: #234E59;
}
</style>
border-color css
<style>
span { border-color: #234E59; }
span { border-color: rgb(35,78,89); }
td.TdClassName
{
border-color: #234E59;
}
.TagClassName
{
border-color: #234E59;
}
</style>