Shades of Sea Green #278B5A
Tints of Sea Green #278B5A
RGB
CMYK
RGB Variations
Color information
#278B5A (or 0x278B5A) is known color: Sea Green. HEX triplet: 27, 8B and 5A. RGB value is (39,139,90). Sum of RGB (Red+Green+Blue) = 39+139+90=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #278B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B5A is #D874A5. Grayscale: #676767. Windows color (decimal): -14185638 or 5933863. OLE color: 5933863.
HSL color Cylindrical-coordinate representation of color #278B5A: hue angle of 150.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278B5A is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 139 | 90 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.45 |
| HSL | 150.6º | 0.56% | 0.35% | - |
| HSV(B) | 150.6º | 0.72% | 0.55% | - |
| XYZ | 11.91 | 19.63 | 12.83 | - |
| YUV | 103.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 90 | 0.72 | 0 | 0.35 | 0.45 | 150.6 | 0.56 | 0.35 |
| Hex | 27 | 8B | 5A | 48 | 0 | 23 | 2D | 97 | 38 | 23 |
| Octal | 47 | 213 | 132 | 110 | 0 | 43 | 55 | 227 | 70 | 43 |
| Binary | 100111 | 10001011 | 1011010 | 1001000 | 0 | 100011 | 101101 | 10010111 | 111000 | 100011 |
Color Harmonies of #278B5A
Complementary color
Monochromatic Colors of #278B5A
Black with #278B5A
Text Example
Text Example
White with #278B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278B5A; }
p { color: rgb(39,139,90); }
H1.HeaderClassName
{
color: #278B5A;
}
.AnyTagClassName
{
color: #278B5A;
}
</style>
background-color css
<style>
a { background-color: #278B5A; }
a { background-color: rgb(39,139,90); }
div.DivClassName
{
background-color: #278B5A;
}
.BgClassName
{
background-color: #278B5A;
}
</style>
border-color css
<style>
span { border-color: #278B5A; }
span { border-color: rgb(39,139,90); }
td.TdClassName
{
border-color: #278B5A;
}
.TagClassName
{
border-color: #278B5A;
}
</style>