Shades of Sea Green #278355
Tints of Sea Green #278355
RGB
CMYK
RGB Variations
Color information
#278355 (or 0x278355) is known color: Sea Green. HEX triplet: 27, 83 and 55. RGB value is (39,131,85). Sum of RGB (Red+Green+Blue) = 39+131+85=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #278355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278355 is #D87CAA. Grayscale: #626262. Windows color (decimal): -14187691 or 5604135. OLE color: 5604135.
HSL color Cylindrical-coordinate representation of color #278355: hue angle of 150º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278355 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 131 | 85 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.49 |
| HSL | 150º | 0.54% | 0.33% | - |
| HSV(B) | 150º | 0.7% | 0.51% | - |
| XYZ | 10.59 | 17.32 | 11.38 | - |
| YUV | 98.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 85 | 0.70 | 0 | 0.35 | 0.49 | 150 | 0.54 | 0.33 |
| Hex | 27 | 83 | 55 | 46 | 0 | 23 | 31 | 96 | 36 | 21 |
| Octal | 47 | 203 | 125 | 106 | 0 | 43 | 61 | 226 | 66 | 41 |
| Binary | 100111 | 10000011 | 1010101 | 1000110 | 0 | 100011 | 110001 | 10010110 | 110110 | 100001 |
Color Harmonies of #278355
Complementary color
Monochromatic Colors of #278355
Black with #278355
Text Example
Text Example
White with #278355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278355; }
p { color: rgb(39,131,85); }
H1.HeaderClassName
{
color: #278355;
}
.AnyTagClassName
{
color: #278355;
}
</style>
background-color css
<style>
a { background-color: #278355; }
a { background-color: rgb(39,131,85); }
div.DivClassName
{
background-color: #278355;
}
.BgClassName
{
background-color: #278355;
}
</style>
border-color css
<style>
span { border-color: #278355; }
span { border-color: rgb(39,131,85); }
td.TdClassName
{
border-color: #278355;
}
.TagClassName
{
border-color: #278355;
}
</style>