Shades of Sea Green #269250
Tints of Sea Green #269250
RGB
CMYK
RGB Variations
Color information
#269250 (or 0x269250) is known color: Sea Green. HEX triplet: 26, 92 and 50. RGB value is (38,146,80). Sum of RGB (Red+Green+Blue) = 38+146+80=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #269250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269250 is #D96DAF. Grayscale: #6A6A6A. Windows color (decimal): -14249392 or 5280294. OLE color: 5280294.
HSL color Cylindrical-coordinate representation of color #269250: hue angle of 143.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269250 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 80 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.43 |
| HSL | 143.33º | 0.59% | 0.36% | - |
| HSV(B) | 143.33º | 0.74% | 0.57% | - |
| XYZ | 12.53 | 21.55 | 11.09 | - |
| YUV | 106.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 80 | 0.74 | 0 | 0.45 | 0.43 | 143.33 | 0.59 | 0.36 |
| Hex | 26 | 92 | 50 | 4A | 0 | 2D | 2B | 8F | 3B | 24 |
| Octal | 46 | 222 | 120 | 112 | 0 | 55 | 53 | 217 | 73 | 44 |
| Binary | 100110 | 10010010 | 1010000 | 1001010 | 0 | 101101 | 101011 | 10001111 | 111011 | 100100 |
Color Harmonies of #269250
Complementary color
Monochromatic Colors of #269250
Black with #269250
Text Example
Text Example
White with #269250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269250; }
p { color: rgb(38,146,80); }
H1.HeaderClassName
{
color: #269250;
}
.AnyTagClassName
{
color: #269250;
}
</style>
background-color css
<style>
a { background-color: #269250; }
a { background-color: rgb(38,146,80); }
div.DivClassName
{
background-color: #269250;
}
.BgClassName
{
background-color: #269250;
}
</style>
border-color css
<style>
span { border-color: #269250; }
span { border-color: rgb(38,146,80); }
td.TdClassName
{
border-color: #269250;
}
.TagClassName
{
border-color: #269250;
}
</style>