Shades of Sea Green #268F52
Tints of Sea Green #268F52
RGB
CMYK
RGB Variations
Color information
#268F52 (or 0x268F52) is known color: Sea Green. HEX triplet: 26, 8F and 52. RGB value is (38,143,82). Sum of RGB (Red+Green+Blue) = 38+143+82=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #268F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F52 is #D970AD. Grayscale: #686868. Windows color (decimal): -14250158 or 5410598. OLE color: 5410598.
HSL color Cylindrical-coordinate representation of color #268F52: hue angle of 145.14º 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 #268F52 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 82 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.44 |
| HSL | 145.14º | 0.58% | 0.35% | - |
| HSV(B) | 145.14º | 0.73% | 0.56% | - |
| XYZ | 12.14 | 20.67 | 11.33 | - |
| YUV | 104.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 82 | 0.73 | 0 | 0.43 | 0.44 | 145.14 | 0.58 | 0.35 |
| Hex | 26 | 8F | 52 | 49 | 0 | 2B | 2C | 91 | 3A | 23 |
| Octal | 46 | 217 | 122 | 111 | 0 | 53 | 54 | 221 | 72 | 43 |
| Binary | 100110 | 10001111 | 1010010 | 1001001 | 0 | 101011 | 101100 | 10010001 | 111010 | 100011 |
Color Harmonies of #268F52
Complementary color
Monochromatic Colors of #268F52
Black with #268F52
Text Example
Text Example
White with #268F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F52; }
p { color: rgb(38,143,82); }
H1.HeaderClassName
{
color: #268F52;
}
.AnyTagClassName
{
color: #268F52;
}
</style>
background-color css
<style>
a { background-color: #268F52; }
a { background-color: rgb(38,143,82); }
div.DivClassName
{
background-color: #268F52;
}
.BgClassName
{
background-color: #268F52;
}
</style>
border-color css
<style>
span { border-color: #268F52; }
span { border-color: rgb(38,143,82); }
td.TdClassName
{
border-color: #268F52;
}
.TagClassName
{
border-color: #268F52;
}
</style>