Shades of Sea Green #308C60
Tints of Sea Green #308C60
RGB
CMYK
RGB Variations
Color information
#308C60 (or 0x308C60) is known color: Sea Green. HEX triplet: 30, 8C and 60. RGB value is (48,140,96). Sum of RGB (Red+Green+Blue) = 48+140+96=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #308C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C60 is #CF739F. Grayscale: #6B6B6B. Windows color (decimal): -13595552 or 6327344. OLE color: 6327344.
HSL color Cylindrical-coordinate representation of color #308C60: hue angle of 151.3º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C60 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 96 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.45 |
| HSL | 151.3º | 0.49% | 0.37% | - |
| HSV(B) | 151.3º | 0.66% | 0.55% | - |
| XYZ | 12.71 | 20.23 | 14.3 | - |
| YUV | 107.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 96 | 0.66 | 0 | 0.31 | 0.45 | 151.3 | 0.49 | 0.37 |
| Hex | 30 | 8C | 60 | 42 | 0 | 1F | 2D | 97 | 31 | 25 |
| Octal | 60 | 214 | 140 | 102 | 0 | 37 | 55 | 227 | 61 | 45 |
| Binary | 110000 | 10001100 | 1100000 | 1000010 | 0 | 11111 | 101101 | 10010111 | 110001 | 100101 |
Color Harmonies of #308C60
Complementary color
Monochromatic Colors of #308C60
Black with #308C60
Text Example
Text Example
White with #308C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C60; }
p { color: rgb(48,140,96); }
H1.HeaderClassName
{
color: #308C60;
}
.AnyTagClassName
{
color: #308C60;
}
</style>
background-color css
<style>
a { background-color: #308C60; }
a { background-color: rgb(48,140,96); }
div.DivClassName
{
background-color: #308C60;
}
.BgClassName
{
background-color: #308C60;
}
</style>
border-color css
<style>
span { border-color: #308C60; }
span { border-color: rgb(48,140,96); }
td.TdClassName
{
border-color: #308C60;
}
.TagClassName
{
border-color: #308C60;
}
</style>