Shades of Deep Teal #233F38
Tints of Deep Teal #233F38
RGB
CMYK
RGB Variations
Color information
#233F38 (or 0x233F38) is known color: Deep Teal. HEX triplet: 23, 3F and 38. RGB value is (35,63,56). Sum of RGB (Red+Green+Blue) = 35+63+56=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 63 - color contains mainly: green. Hex color #233F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F38 is #DCC0C7. Grayscale: #353535. Windows color (decimal): -14467272 or 3686179. OLE color: 3686179.
HSL color Cylindrical-coordinate representation of color #233F38: hue angle of 165º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233F38 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 63 | 56 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.75 |
| HSL | 165º | 0.29% | 0.19% | - |
| HSV(B) | 165º | 0.44% | 0.25% | - |
| XYZ | 3.18 | 4.2 | 4.38 | - |
| YUV | 53.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 56 | 0.44 | 0 | 0.11 | 0.75 | 165 | 0.29 | 0.19 |
| Hex | 23 | 3F | 38 | 2C | 0 | B | 4B | A5 | 1D | 13 |
| Octal | 43 | 77 | 70 | 54 | 0 | 13 | 113 | 245 | 35 | 23 |
| Binary | 100011 | 111111 | 111000 | 101100 | 0 | 1011 | 1001011 | 10100101 | 11101 | 10011 |
Color Harmonies of #233F38
Complementary color
Monochromatic Colors of #233F38
Black with #233F38
Text Example
Text Example
White with #233F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F38; }
p { color: rgb(35,63,56); }
H1.HeaderClassName
{
color: #233F38;
}
.AnyTagClassName
{
color: #233F38;
}
</style>
background-color css
<style>
a { background-color: #233F38; }
a { background-color: rgb(35,63,56); }
div.DivClassName
{
background-color: #233F38;
}
.BgClassName
{
background-color: #233F38;
}
</style>
border-color css
<style>
span { border-color: #233F38; }
span { border-color: rgb(35,63,56); }
td.TdClassName
{
border-color: #233F38;
}
.TagClassName
{
border-color: #233F38;
}
</style>