Shades of Sea Green #308663
Tints of Sea Green #308663
RGB
CMYK
RGB Variations
Color information
#308663 (or 0x308663) is known color: Sea Green. HEX triplet: 30, 86 and 63. RGB value is (48,134,99). Sum of RGB (Red+Green+Blue) = 48+134+99=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #308663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308663 is #CF799C. Grayscale: #686868. Windows color (decimal): -13597085 or 6522416. OLE color: 6522416.
HSL color Cylindrical-coordinate representation of color #308663: hue angle of 155.58º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308663 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 99 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.47 |
| HSL | 155.58º | 0.47% | 0.36% | - |
| HSV(B) | 155.58º | 0.64% | 0.53% | - |
| XYZ | 12 | 18.58 | 14.76 | - |
| YUV | 104.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 99 | 0.64 | 0 | 0.26 | 0.47 | 155.58 | 0.47 | 0.36 |
| Hex | 30 | 86 | 63 | 40 | 0 | 1A | 2F | 9C | 2F | 24 |
| Octal | 60 | 206 | 143 | 100 | 0 | 32 | 57 | 234 | 57 | 44 |
| Binary | 110000 | 10000110 | 1100011 | 1000000 | 0 | 11010 | 101111 | 10011100 | 101111 | 100100 |
Color Harmonies of #308663
Complementary color
Monochromatic Colors of #308663
Black with #308663
Text Example
Text Example
White with #308663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308663; }
p { color: rgb(48,134,99); }
H1.HeaderClassName
{
color: #308663;
}
.AnyTagClassName
{
color: #308663;
}
</style>
background-color css
<style>
a { background-color: #308663; }
a { background-color: rgb(48,134,99); }
div.DivClassName
{
background-color: #308663;
}
.BgClassName
{
background-color: #308663;
}
</style>
border-color css
<style>
span { border-color: #308663; }
span { border-color: rgb(48,134,99); }
td.TdClassName
{
border-color: #308663;
}
.TagClassName
{
border-color: #308663;
}
</style>