Shades of Elm #238F80
Tints of Elm #238F80
RGB
CMYK
RGB Variations
Color information
#238F80 (or 0x238F80) is known color: Elm. HEX triplet: 23, 8F and 80. RGB value is (35,143,128). Sum of RGB (Red+Green+Blue) = 35+143+128=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #238F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F80 is #DC707F. Grayscale: #6C6C6C. Windows color (decimal): -14446720 or 8425251. OLE color: 8425251.
HSL color Cylindrical-coordinate representation of color #238F80: hue angle of 171.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F80 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 128 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.44 |
| HSL | 171.67º | 0.61% | 0.35% | - |
| HSV(B) | 171.67º | 0.76% | 0.56% | - |
| XYZ | 14.41 | 21.56 | 23.82 | - |
| YUV | 109 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 128 | 0.76 | 0 | 0.10 | 0.44 | 171.67 | 0.61 | 0.35 |
| Hex | 23 | 8F | 80 | 4C | 0 | A | 2C | AC | 3D | 23 |
| Octal | 43 | 217 | 200 | 114 | 0 | 12 | 54 | 254 | 75 | 43 |
| Binary | 100011 | 10001111 | 10000000 | 1001100 | 0 | 1010 | 101100 | 10101100 | 111101 | 100011 |
Color Harmonies of #238F80
Complementary color
Monochromatic Colors of #238F80
Black with #238F80
Text Example
Text Example
White with #238F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F80; }
p { color: rgb(35,143,128); }
H1.HeaderClassName
{
color: #238F80;
}
.AnyTagClassName
{
color: #238F80;
}
</style>
background-color css
<style>
a { background-color: #238F80; }
a { background-color: rgb(35,143,128); }
div.DivClassName
{
background-color: #238F80;
}
.BgClassName
{
background-color: #238F80;
}
</style>
border-color css
<style>
span { border-color: #238F80; }
span { border-color: rgb(35,143,128); }
td.TdClassName
{
border-color: #238F80;
}
.TagClassName
{
border-color: #238F80;
}
</style>