Shades of Teal Blue #234F59
Tints of Teal Blue #234F59
RGB
CMYK
RGB Variations
Color information
#234F59 (or 0x234F59) is known color: Teal Blue. HEX triplet: 23, 4F and 59. RGB value is (35,79,89). Sum of RGB (Red+Green+Blue) = 35+79+89=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #234F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F59 is #DCB0A6. Grayscale: #424242. Windows color (decimal): -14463143 or 5852963. OLE color: 5852963.
HSL color Cylindrical-coordinate representation of color #234F59: hue angle of 191.11º 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 #234F59 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 79 | 89 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.65 |
| HSL | 191.11º | 0.44% | 0.24% | - |
| HSV(B) | 191.11º | 0.61% | 0.35% | - |
| XYZ | 5.29 | 6.67 | 10.46 | - |
| YUV | 66.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 79 | 89 | 0.61 | 0.11 | 0 | 0.65 | 191.11 | 0.44 | 0.24 |
| Hex | 23 | 4F | 59 | 3D | B | 0 | 41 | BF | 2C | 18 |
| Octal | 43 | 117 | 131 | 75 | 13 | 0 | 101 | 277 | 54 | 30 |
| Binary | 100011 | 1001111 | 1011001 | 111101 | 1011 | 0 | 1000001 | 10111111 | 101100 | 11000 |
Color Harmonies of #234F59
Complementary color
Monochromatic Colors of #234F59
Black with #234F59
Text Example
Text Example
White with #234F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234F59; }
p { color: rgb(35,79,89); }
H1.HeaderClassName
{
color: #234F59;
}
.AnyTagClassName
{
color: #234F59;
}
</style>
background-color css
<style>
a { background-color: #234F59; }
a { background-color: rgb(35,79,89); }
div.DivClassName
{
background-color: #234F59;
}
.BgClassName
{
background-color: #234F59;
}
</style>
border-color css
<style>
span { border-color: #234F59; }
span { border-color: rgb(35,79,89); }
td.TdClassName
{
border-color: #234F59;
}
.TagClassName
{
border-color: #234F59;
}
</style>