Shades of Sea Green #269D4B
Tints of Sea Green #269D4B
RGB
CMYK
RGB Variations
Color information
#269D4B (or 0x269D4B) is known color: Sea Green. HEX triplet: 26, 9D and 4B. RGB value is (38,157,75). Sum of RGB (Red+Green+Blue) = 38+157+75=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #269D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269D4B is #D962B4. Grayscale: #707070. Windows color (decimal): -14246581 or 4955430. OLE color: 4955430.
HSL color Cylindrical-coordinate representation of color #269D4B: hue angle of 138.66º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D4B is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 75 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.38 |
| HSL | 138.66º | 0.61% | 0.38% | - |
| HSV(B) | 138.66º | 0.76% | 0.62% | - |
| XYZ | 14.13 | 25.03 | 10.74 | - |
| YUV | 112.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 75 | 0.76 | 0 | 0.52 | 0.38 | 138.66 | 0.61 | 0.38 |
| Hex | 26 | 9D | 4B | 4C | 0 | 34 | 26 | 8B | 3D | 26 |
| Octal | 46 | 235 | 113 | 114 | 0 | 64 | 46 | 213 | 75 | 46 |
| Binary | 100110 | 10011101 | 1001011 | 1001100 | 0 | 110100 | 100110 | 10001011 | 111101 | 100110 |
Color Harmonies of #269D4B
Complementary color
Monochromatic Colors of #269D4B
Black with #269D4B
Text Example
Text Example
White with #269D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D4B; }
p { color: rgb(38,157,75); }
H1.HeaderClassName
{
color: #269D4B;
}
.AnyTagClassName
{
color: #269D4B;
}
</style>
background-color css
<style>
a { background-color: #269D4B; }
a { background-color: rgb(38,157,75); }
div.DivClassName
{
background-color: #269D4B;
}
.BgClassName
{
background-color: #269D4B;
}
</style>
border-color css
<style>
span { border-color: #269D4B; }
span { border-color: rgb(38,157,75); }
td.TdClassName
{
border-color: #269D4B;
}
.TagClassName
{
border-color: #269D4B;
}
</style>