Shades of Sea Green #268F46
Tints of Sea Green #268F46
RGB
CMYK
RGB Variations
Color information
#268F46 (or 0x268F46) is known color: Sea Green. HEX triplet: 26, 8F and 46. RGB value is (38,143,70). Sum of RGB (Red+Green+Blue) = 38+143+70=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #268F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F46 is #D970B9. Grayscale: #676767. Windows color (decimal): -14250170 or 4624166. OLE color: 4624166.
HSL color Cylindrical-coordinate representation of color #268F46: hue angle of 138.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F46 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 70 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.44 |
| HSL | 138.29º | 0.58% | 0.35% | - |
| HSV(B) | 138.29º | 0.73% | 0.56% | - |
| XYZ | 11.73 | 20.5 | 9.13 | - |
| YUV | 103.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 70 | 0.73 | 0 | 0.51 | 0.44 | 138.29 | 0.58 | 0.35 |
| Hex | 26 | 8F | 46 | 49 | 0 | 33 | 2C | 8A | 3A | 23 |
| Octal | 46 | 217 | 106 | 111 | 0 | 63 | 54 | 212 | 72 | 43 |
| Binary | 100110 | 10001111 | 1000110 | 1001001 | 0 | 110011 | 101100 | 10001010 | 111010 | 100011 |
Color Harmonies of #268F46
Complementary color
Monochromatic Colors of #268F46
Black with #268F46
Text Example
Text Example
White with #268F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F46; }
p { color: rgb(38,143,70); }
H1.HeaderClassName
{
color: #268F46;
}
.AnyTagClassName
{
color: #268F46;
}
</style>
background-color css
<style>
a { background-color: #268F46; }
a { background-color: rgb(38,143,70); }
div.DivClassName
{
background-color: #268F46;
}
.BgClassName
{
background-color: #268F46;
}
</style>
border-color css
<style>
span { border-color: #268F46; }
span { border-color: rgb(38,143,70); }
td.TdClassName
{
border-color: #268F46;
}
.TagClassName
{
border-color: #268F46;
}
</style>