Shades of Sea Green #268253
Tints of Sea Green #268253
RGB
CMYK
RGB Variations
Color information
#268253 (or 0x268253) is known color: Sea Green. HEX triplet: 26, 82 and 53. RGB value is (38,130,83). Sum of RGB (Red+Green+Blue) = 38+130+83=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #268253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268253 is #D97DAC. Grayscale: #616161. Windows color (decimal): -14253485 or 5472806. OLE color: 5472806.
HSL color Cylindrical-coordinate representation of color #268253: hue angle of 149.35º 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 #268253 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 83 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.49 |
| HSL | 149.35º | 0.55% | 0.33% | - |
| HSV(B) | 149.35º | 0.71% | 0.51% | - |
| XYZ | 10.34 | 17 | 10.92 | - |
| YUV | 97.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 83 | 0.71 | 0 | 0.36 | 0.49 | 149.35 | 0.55 | 0.33 |
| Hex | 26 | 82 | 53 | 47 | 0 | 24 | 31 | 95 | 37 | 21 |
| Octal | 46 | 202 | 123 | 107 | 0 | 44 | 61 | 225 | 67 | 41 |
| Binary | 100110 | 10000010 | 1010011 | 1000111 | 0 | 100100 | 110001 | 10010101 | 110111 | 100001 |
Color Harmonies of #268253
Complementary color
Monochromatic Colors of #268253
Black with #268253
Text Example
Text Example
White with #268253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268253; }
p { color: rgb(38,130,83); }
H1.HeaderClassName
{
color: #268253;
}
.AnyTagClassName
{
color: #268253;
}
</style>
background-color css
<style>
a { background-color: #268253; }
a { background-color: rgb(38,130,83); }
div.DivClassName
{
background-color: #268253;
}
.BgClassName
{
background-color: #268253;
}
</style>
border-color css
<style>
span { border-color: #268253; }
span { border-color: rgb(38,130,83); }
td.TdClassName
{
border-color: #268253;
}
.TagClassName
{
border-color: #268253;
}
</style>