Shades of Sea Green #268C4D
Tints of Sea Green #268C4D
RGB
CMYK
RGB Variations
Color information
#268C4D (or 0x268C4D) is known color: Sea Green. HEX triplet: 26, 8C and 4D. RGB value is (38,140,77). Sum of RGB (Red+Green+Blue) = 38+140+77=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #268C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C4D is #D973B2. Grayscale: #666666. Windows color (decimal): -14250931 or 5082150. OLE color: 5082150.
HSL color Cylindrical-coordinate representation of color #268C4D: hue angle of 142.94º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268C4D is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 77 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.45 |
| HSL | 142.94º | 0.57% | 0.35% | - |
| HSV(B) | 142.94º | 0.73% | 0.55% | - |
| XYZ | 11.52 | 19.7 | 10.22 | - |
| YUV | 102.32 | 113.71 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 77 | 0.73 | 0 | 0.45 | 0.45 | 142.94 | 0.57 | 0.35 |
| Hex | 26 | 8C | 4D | 49 | 0 | 2D | 2D | 8F | 39 | 23 |
| Octal | 46 | 214 | 115 | 111 | 0 | 55 | 55 | 217 | 71 | 43 |
| Binary | 100110 | 10001100 | 1001101 | 1001001 | 0 | 101101 | 101101 | 10001111 | 111001 | 100011 |
Color Harmonies of #268C4D
Complementary color
Monochromatic Colors of #268C4D
Black with #268C4D
Text Example
Text Example
White with #268C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C4D; }
p { color: rgb(38,140,77); }
H1.HeaderClassName
{
color: #268C4D;
}
.AnyTagClassName
{
color: #268C4D;
}
</style>
background-color css
<style>
a { background-color: #268C4D; }
a { background-color: rgb(38,140,77); }
div.DivClassName
{
background-color: #268C4D;
}
.BgClassName
{
background-color: #268C4D;
}
</style>
border-color css
<style>
span { border-color: #268C4D; }
span { border-color: rgb(38,140,77); }
td.TdClassName
{
border-color: #268C4D;
}
.TagClassName
{
border-color: #268C4D;
}
</style>