Shades of Sea Green #268B52
Tints of Sea Green #268B52
RGB
CMYK
RGB Variations
Color information
#268B52 (or 0x268B52) is known color: Sea Green. HEX triplet: 26, 8B and 52. RGB value is (38,139,82). Sum of RGB (Red+Green+Blue) = 38+139+82=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #268B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B52 is #D974AD. Grayscale: #666666. Windows color (decimal): -14251182 or 5409574. OLE color: 5409574.
HSL color Cylindrical-coordinate representation of color #268B52: hue angle of 146.14º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B52 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 139 | 82 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.45 |
| HSL | 146.14º | 0.57% | 0.35% | - |
| HSV(B) | 146.14º | 0.73% | 0.55% | - |
| XYZ | 11.55 | 19.49 | 11.13 | - |
| YUV | 102.3 | 116.54 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 82 | 0.73 | 0 | 0.41 | 0.45 | 146.14 | 0.57 | 0.35 |
| Hex | 26 | 8B | 52 | 49 | 0 | 29 | 2D | 92 | 39 | 23 |
| Octal | 46 | 213 | 122 | 111 | 0 | 51 | 55 | 222 | 71 | 43 |
| Binary | 100110 | 10001011 | 1010010 | 1001001 | 0 | 101001 | 101101 | 10010010 | 111001 | 100011 |
Color Harmonies of #268B52
Complementary color
Monochromatic Colors of #268B52
Black with #268B52
Text Example
Text Example
White with #268B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B52; }
p { color: rgb(38,139,82); }
H1.HeaderClassName
{
color: #268B52;
}
.AnyTagClassName
{
color: #268B52;
}
</style>
background-color css
<style>
a { background-color: #268B52; }
a { background-color: rgb(38,139,82); }
div.DivClassName
{
background-color: #268B52;
}
.BgClassName
{
background-color: #268B52;
}
</style>
border-color css
<style>
span { border-color: #268B52; }
span { border-color: rgb(38,139,82); }
td.TdClassName
{
border-color: #268B52;
}
.TagClassName
{
border-color: #268B52;
}
</style>