Shades of Sea Green #268F5D
Tints of Sea Green #268F5D
RGB
CMYK
RGB Variations
Color information
#268F5D (or 0x268F5D) is known color: Sea Green. HEX triplet: 26, 8F and 5D. RGB value is (38,143,93). Sum of RGB (Red+Green+Blue) = 38+143+93=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #268F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F5D is #D970A2. Grayscale: #6A6A6A. Windows color (decimal): -14250147 or 6131494. OLE color: 6131494.
HSL color Cylindrical-coordinate representation of color #268F5D: hue angle of 151.43º 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 #268F5D is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 143 | 93 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.44 |
| HSL | 151.43º | 0.58% | 0.35% | - |
| HSV(B) | 151.43º | 0.73% | 0.56% | - |
| XYZ | 12.6 | 20.85 | 13.72 | - |
| YUV | 105.91 | 120.71 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 93 | 0.73 | 0 | 0.35 | 0.44 | 151.43 | 0.58 | 0.35 |
| Hex | 26 | 8F | 5D | 49 | 0 | 23 | 2C | 97 | 3A | 23 |
| Octal | 46 | 217 | 135 | 111 | 0 | 43 | 54 | 227 | 72 | 43 |
| Binary | 100110 | 10001111 | 1011101 | 1001001 | 0 | 100011 | 101100 | 10010111 | 111010 | 100011 |
Color Harmonies of #268F5D
Complementary color
Monochromatic Colors of #268F5D
Black with #268F5D
Text Example
Text Example
White with #268F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F5D; }
p { color: rgb(38,143,93); }
H1.HeaderClassName
{
color: #268F5D;
}
.AnyTagClassName
{
color: #268F5D;
}
</style>
background-color css
<style>
a { background-color: #268F5D; }
a { background-color: rgb(38,143,93); }
div.DivClassName
{
background-color: #268F5D;
}
.BgClassName
{
background-color: #268F5D;
}
</style>
border-color css
<style>
span { border-color: #268F5D; }
span { border-color: rgb(38,143,93); }
td.TdClassName
{
border-color: #268F5D;
}
.TagClassName
{
border-color: #268F5D;
}
</style>