Shades of Sea Green #268F61
Tints of Sea Green #268F61
RGB
CMYK
RGB Variations
Color information
#268F61 (or 0x268F61) is known color: Sea Green. HEX triplet: 26, 8F and 61. RGB value is (38,143,97). Sum of RGB (Red+Green+Blue) = 38+143+97=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #268F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F61 is #D9709E. Grayscale: #6A6A6A. Windows color (decimal): -14250143 or 6393638. OLE color: 6393638.
HSL color Cylindrical-coordinate representation of color #268F61: hue angle of 153.71º 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 #268F61 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 97 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.44 |
| HSL | 153.71º | 0.58% | 0.35% | - |
| HSV(B) | 153.71º | 0.73% | 0.56% | - |
| XYZ | 12.78 | 20.92 | 14.67 | - |
| YUV | 106.36 | 122.71 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 97 | 0.73 | 0 | 0.32 | 0.44 | 153.71 | 0.58 | 0.35 |
| Hex | 26 | 8F | 61 | 49 | 0 | 20 | 2C | 9A | 3A | 23 |
| Octal | 46 | 217 | 141 | 111 | 0 | 40 | 54 | 232 | 72 | 43 |
| Binary | 100110 | 10001111 | 1100001 | 1001001 | 0 | 100000 | 101100 | 10011010 | 111010 | 100011 |
Color Harmonies of #268F61
Complementary color
Monochromatic Colors of #268F61
Black with #268F61
Text Example
Text Example
White with #268F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F61; }
p { color: rgb(38,143,97); }
H1.HeaderClassName
{
color: #268F61;
}
.AnyTagClassName
{
color: #268F61;
}
</style>
background-color css
<style>
a { background-color: #268F61; }
a { background-color: rgb(38,143,97); }
div.DivClassName
{
background-color: #268F61;
}
.BgClassName
{
background-color: #268F61;
}
</style>
border-color css
<style>
span { border-color: #268F61; }
span { border-color: rgb(38,143,97); }
td.TdClassName
{
border-color: #268F61;
}
.TagClassName
{
border-color: #268F61;
}
</style>