Shades of Sea Green #268255
Tints of Sea Green #268255
RGB
CMYK
RGB Variations
Color information
#268255 (or 0x268255) is known color: Sea Green. HEX triplet: 26, 82 and 55. RGB value is (38,130,85). Sum of RGB (Red+Green+Blue) = 38+130+85=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #268255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268255 is #D97DAA. Grayscale: #616161. Windows color (decimal): -14253483 or 5603878. OLE color: 5603878.
HSL color Cylindrical-coordinate representation of color #268255: hue angle of 150.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268255 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 85 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.49 |
| HSL | 150.65º | 0.55% | 0.33% | - |
| HSV(B) | 150.65º | 0.71% | 0.51% | - |
| XYZ | 10.42 | 17.03 | 11.33 | - |
| YUV | 97.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 85 | 0.71 | 0 | 0.35 | 0.49 | 150.65 | 0.55 | 0.33 |
| Hex | 26 | 82 | 55 | 47 | 0 | 23 | 31 | 97 | 37 | 21 |
| Octal | 46 | 202 | 125 | 107 | 0 | 43 | 61 | 227 | 67 | 41 |
| Binary | 100110 | 10000010 | 1010101 | 1000111 | 0 | 100011 | 110001 | 10010111 | 110111 | 100001 |
Color Harmonies of #268255
Complementary color
Monochromatic Colors of #268255
Black with #268255
Text Example
Text Example
White with #268255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268255; }
p { color: rgb(38,130,85); }
H1.HeaderClassName
{
color: #268255;
}
.AnyTagClassName
{
color: #268255;
}
</style>
background-color css
<style>
a { background-color: #268255; }
a { background-color: rgb(38,130,85); }
div.DivClassName
{
background-color: #268255;
}
.BgClassName
{
background-color: #268255;
}
</style>
border-color css
<style>
span { border-color: #268255; }
span { border-color: rgb(38,130,85); }
td.TdClassName
{
border-color: #268255;
}
.TagClassName
{
border-color: #268255;
}
</style>