Shades of Sea Green #269652
Tints of Sea Green #269652
RGB
CMYK
RGB Variations
Color information
#269652 (or 0x269652) is known color: Sea Green. HEX triplet: 26, 96 and 52. RGB value is (38,150,82). Sum of RGB (Red+Green+Blue) = 38+150+82=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #269652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269652 is #D969AD. Grayscale: #6C6C6C. Windows color (decimal): -14248366 or 5412390. OLE color: 5412390.
HSL color Cylindrical-coordinate representation of color #269652: hue angle of 143.57º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269652 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 150 | 82 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.41 |
| HSL | 143.57º | 0.6% | 0.37% | - |
| HSV(B) | 143.57º | 0.75% | 0.59% | - |
| XYZ | 13.23 | 22.83 | 11.69 | - |
| YUV | 108.76 | 112.89 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 82 | 0.75 | 0 | 0.45 | 0.41 | 143.57 | 0.6 | 0.37 |
| Hex | 26 | 96 | 52 | 4B | 0 | 2D | 29 | 90 | 3C | 25 |
| Octal | 46 | 226 | 122 | 113 | 0 | 55 | 51 | 220 | 74 | 45 |
| Binary | 100110 | 10010110 | 1010010 | 1001011 | 0 | 101101 | 101001 | 10010000 | 111100 | 100101 |
Color Harmonies of #269652
Complementary color
Monochromatic Colors of #269652
Black with #269652
Text Example
Text Example
White with #269652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269652; }
p { color: rgb(38,150,82); }
H1.HeaderClassName
{
color: #269652;
}
.AnyTagClassName
{
color: #269652;
}
</style>
background-color css
<style>
a { background-color: #269652; }
a { background-color: rgb(38,150,82); }
div.DivClassName
{
background-color: #269652;
}
.BgClassName
{
background-color: #269652;
}
</style>
border-color css
<style>
span { border-color: #269652; }
span { border-color: rgb(38,150,82); }
td.TdClassName
{
border-color: #269652;
}
.TagClassName
{
border-color: #269652;
}
</style>