Shades of Sea Green #278B5C
Tints of Sea Green #278B5C
RGB
CMYK
RGB Variations
Color information
#278B5C (or 0x278B5C) is known color: Sea Green. HEX triplet: 27, 8B and 5C. RGB value is (39,139,92). Sum of RGB (Red+Green+Blue) = 39+139+92=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #278B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278B5C is #D874A3. Grayscale: #676767. Windows color (decimal): -14185636 or 6064935. OLE color: 6064935.
HSL color Cylindrical-coordinate representation of color #278B5C: hue angle of 151.8º 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 #278B5C is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 139 | 92 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.45 |
| HSL | 151.8º | 0.56% | 0.35% | - |
| HSV(B) | 151.8º | 0.72% | 0.55% | - |
| XYZ | 12 | 19.67 | 13.29 | - |
| YUV | 103.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 92 | 0.72 | 0 | 0.34 | 0.45 | 151.8 | 0.56 | 0.35 |
| Hex | 27 | 8B | 5C | 48 | 0 | 22 | 2D | 98 | 38 | 23 |
| Octal | 47 | 213 | 134 | 110 | 0 | 42 | 55 | 230 | 70 | 43 |
| Binary | 100111 | 10001011 | 1011100 | 1001000 | 0 | 100010 | 101101 | 10011000 | 111000 | 100011 |
Color Harmonies of #278B5C
Complementary color
Monochromatic Colors of #278B5C
Black with #278B5C
Text Example
Text Example
White with #278B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278B5C; }
p { color: rgb(39,139,92); }
H1.HeaderClassName
{
color: #278B5C;
}
.AnyTagClassName
{
color: #278B5C;
}
</style>
background-color css
<style>
a { background-color: #278B5C; }
a { background-color: rgb(39,139,92); }
div.DivClassName
{
background-color: #278B5C;
}
.BgClassName
{
background-color: #278B5C;
}
</style>
border-color css
<style>
span { border-color: #278B5C; }
span { border-color: rgb(39,139,92); }
td.TdClassName
{
border-color: #278B5C;
}
.TagClassName
{
border-color: #278B5C;
}
</style>