Shades of Sea Green #268555
Tints of Sea Green #268555
RGB
CMYK
RGB Variations
Color information
#268555 (or 0x268555) is known color: Sea Green. HEX triplet: 26, 85 and 55. RGB value is (38,133,85). Sum of RGB (Red+Green+Blue) = 38+133+85=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #268555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268555 is #D97AAA. Grayscale: #636363. Windows color (decimal): -14252715 or 5604646. OLE color: 5604646.
HSL color Cylindrical-coordinate representation of color #268555: hue angle of 149.68º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268555 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 85 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.48 |
| HSL | 149.68º | 0.56% | 0.34% | - |
| HSV(B) | 149.68º | 0.71% | 0.52% | - |
| XYZ | 10.83 | 17.84 | 11.47 | - |
| YUV | 99.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 85 | 0.71 | 0 | 0.36 | 0.48 | 149.68 | 0.56 | 0.34 |
| Hex | 26 | 85 | 55 | 47 | 0 | 24 | 30 | 96 | 38 | 22 |
| Octal | 46 | 205 | 125 | 107 | 0 | 44 | 60 | 226 | 70 | 42 |
| Binary | 100110 | 10000101 | 1010101 | 1000111 | 0 | 100100 | 110000 | 10010110 | 111000 | 100010 |
Color Harmonies of #268555
Complementary color
Monochromatic Colors of #268555
Black with #268555
Text Example
Text Example
White with #268555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268555; }
p { color: rgb(38,133,85); }
H1.HeaderClassName
{
color: #268555;
}
.AnyTagClassName
{
color: #268555;
}
</style>
background-color css
<style>
a { background-color: #268555; }
a { background-color: rgb(38,133,85); }
div.DivClassName
{
background-color: #268555;
}
.BgClassName
{
background-color: #268555;
}
</style>
border-color css
<style>
span { border-color: #268555; }
span { border-color: rgb(38,133,85); }
td.TdClassName
{
border-color: #268555;
}
.TagClassName
{
border-color: #268555;
}
</style>