Shades of Sea Green #269850
Tints of Sea Green #269850
RGB
CMYK
RGB Variations
Color information
#269850 (or 0x269850) is known color: Sea Green. HEX triplet: 26, 98 and 50. RGB value is (38,152,80). Sum of RGB (Red+Green+Blue) = 38+152+80=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #269850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269850 is #D967AF. Grayscale: #6D6D6D. Windows color (decimal): -14247856 or 5281830. OLE color: 5281830.
HSL color Cylindrical-coordinate representation of color #269850: hue angle of 142.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269850 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 80 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.40 |
| HSL | 142.11º | 0.6% | 0.37% | - |
| HSV(B) | 142.11º | 0.75% | 0.6% | - |
| XYZ | 13.48 | 23.45 | 11.41 | - |
| YUV | 109.71 | 111.23 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 80 | 0.75 | 0 | 0.47 | 0.40 | 142.11 | 0.6 | 0.37 |
| Hex | 26 | 98 | 50 | 4B | 0 | 2F | 28 | 8E | 3C | 25 |
| Octal | 46 | 230 | 120 | 113 | 0 | 57 | 50 | 216 | 74 | 45 |
| Binary | 100110 | 10011000 | 1010000 | 1001011 | 0 | 101111 | 101000 | 10001110 | 111100 | 100101 |
Color Harmonies of #269850
Complementary color
Monochromatic Colors of #269850
Black with #269850
Text Example
Text Example
White with #269850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269850; }
p { color: rgb(38,152,80); }
H1.HeaderClassName
{
color: #269850;
}
.AnyTagClassName
{
color: #269850;
}
</style>
background-color css
<style>
a { background-color: #269850; }
a { background-color: rgb(38,152,80); }
div.DivClassName
{
background-color: #269850;
}
.BgClassName
{
background-color: #269850;
}
</style>
border-color css
<style>
span { border-color: #269850; }
span { border-color: rgb(38,152,80); }
td.TdClassName
{
border-color: #269850;
}
.TagClassName
{
border-color: #269850;
}
</style>