Shades of Sea Green #269253
Tints of Sea Green #269253
RGB
CMYK
RGB Variations
Color information
#269253 (or 0x269253) is known color: Sea Green. HEX triplet: 26, 92 and 53. RGB value is (38,146,83). Sum of RGB (Red+Green+Blue) = 38+146+83=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #269253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269253 is #D96DAC. Grayscale: #6A6A6A. Windows color (decimal): -14249389 or 5476902. OLE color: 5476902.
HSL color Cylindrical-coordinate representation of color #269253: hue angle of 145º 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 #269253 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 83 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.43 |
| HSL | 145º | 0.59% | 0.36% | - |
| HSV(B) | 145º | 0.74% | 0.57% | - |
| XYZ | 12.64 | 21.59 | 11.69 | - |
| YUV | 106.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 83 | 0.74 | 0 | 0.43 | 0.43 | 145 | 0.59 | 0.36 |
| Hex | 26 | 92 | 53 | 4A | 0 | 2B | 2B | 91 | 3B | 24 |
| Octal | 46 | 222 | 123 | 112 | 0 | 53 | 53 | 221 | 73 | 44 |
| Binary | 100110 | 10010010 | 1010011 | 1001010 | 0 | 101011 | 101011 | 10010001 | 111011 | 100100 |
Color Harmonies of #269253
Complementary color
Monochromatic Colors of #269253
Black with #269253
Text Example
Text Example
White with #269253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269253; }
p { color: rgb(38,146,83); }
H1.HeaderClassName
{
color: #269253;
}
.AnyTagClassName
{
color: #269253;
}
</style>
background-color css
<style>
a { background-color: #269253; }
a { background-color: rgb(38,146,83); }
div.DivClassName
{
background-color: #269253;
}
.BgClassName
{
background-color: #269253;
}
</style>
border-color css
<style>
span { border-color: #269253; }
span { border-color: rgb(38,146,83); }
td.TdClassName
{
border-color: #269253;
}
.TagClassName
{
border-color: #269253;
}
</style>