Shades of Sea Green #269C52
Tints of Sea Green #269C52
RGB
CMYK
RGB Variations
Color information
#269C52 (or 0x269C52) is known color: Sea Green. HEX triplet: 26, 9C and 52. RGB value is (38,156,82). Sum of RGB (Red+Green+Blue) = 38+156+82=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #269C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C52 is #D963AD. Grayscale: #707070. Windows color (decimal): -14246830 or 5413926. OLE color: 5413926.
HSL color Cylindrical-coordinate representation of color #269C52: hue angle of 142.37º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C52 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 82 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.39 |
| HSL | 142.37º | 0.61% | 0.38% | - |
| HSV(B) | 142.37º | 0.76% | 0.61% | - |
| XYZ | 14.21 | 24.8 | 12.02 | - |
| YUV | 112.28 | 110.91 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 82 | 0.76 | 0 | 0.47 | 0.39 | 142.37 | 0.61 | 0.38 |
| Hex | 26 | 9C | 52 | 4C | 0 | 2F | 27 | 8E | 3D | 26 |
| Octal | 46 | 234 | 122 | 114 | 0 | 57 | 47 | 216 | 75 | 46 |
| Binary | 100110 | 10011100 | 1010010 | 1001100 | 0 | 101111 | 100111 | 10001110 | 111101 | 100110 |
Color Harmonies of #269C52
Complementary color
Monochromatic Colors of #269C52
Black with #269C52
Text Example
Text Example
White with #269C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C52; }
p { color: rgb(38,156,82); }
H1.HeaderClassName
{
color: #269C52;
}
.AnyTagClassName
{
color: #269C52;
}
</style>
background-color css
<style>
a { background-color: #269C52; }
a { background-color: rgb(38,156,82); }
div.DivClassName
{
background-color: #269C52;
}
.BgClassName
{
background-color: #269C52;
}
</style>
border-color css
<style>
span { border-color: #269C52; }
span { border-color: rgb(38,156,82); }
td.TdClassName
{
border-color: #269C52;
}
.TagClassName
{
border-color: #269C52;
}
</style>