Shades of Sea Green #268C44
Tints of Sea Green #268C44
RGB
CMYK
RGB Variations
Color information
#268C44 (or 0x268C44) is known color: Sea Green. HEX triplet: 26, 8C and 44. RGB value is (38,140,68). Sum of RGB (Red+Green+Blue) = 38+140+68=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #268C44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268C44 is #D973BB. Grayscale: #656565. Windows color (decimal): -14250940 or 4492326. OLE color: 4492326.
HSL color Cylindrical-coordinate representation of color #268C44: hue angle of 137.65º 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 #268C44 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 68 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.45 |
| HSL | 137.65º | 0.57% | 0.35% | - |
| HSV(B) | 137.65º | 0.73% | 0.55% | - |
| XYZ | 11.22 | 19.59 | 8.66 | - |
| YUV | 101.29 | 109.21 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 68 | 0.73 | 0 | 0.51 | 0.45 | 137.65 | 0.57 | 0.35 |
| Hex | 26 | 8C | 44 | 49 | 0 | 33 | 2D | 8A | 39 | 23 |
| Octal | 46 | 214 | 104 | 111 | 0 | 63 | 55 | 212 | 71 | 43 |
| Binary | 100110 | 10001100 | 1000100 | 1001001 | 0 | 110011 | 101101 | 10001010 | 111001 | 100011 |
Color Harmonies of #268C44
Complementary color
Monochromatic Colors of #268C44
Black with #268C44
Text Example
Text Example
White with #268C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C44; }
p { color: rgb(38,140,68); }
H1.HeaderClassName
{
color: #268C44;
}
.AnyTagClassName
{
color: #268C44;
}
</style>
background-color css
<style>
a { background-color: #268C44; }
a { background-color: rgb(38,140,68); }
div.DivClassName
{
background-color: #268C44;
}
.BgClassName
{
background-color: #268C44;
}
</style>
border-color css
<style>
span { border-color: #268C44; }
span { border-color: rgb(38,140,68); }
td.TdClassName
{
border-color: #268C44;
}
.TagClassName
{
border-color: #268C44;
}
</style>