Shades of Light Sea Green #30B29E
Tints of Light Sea Green #30B29E
RGB
CMYK
RGB Variations
Color information
#30B29E (or 0x30B29E) is known color: Light Sea Green. HEX triplet: 30, B2 and 9E. RGB value is (48,178,158). Sum of RGB (Red+Green+Blue) = 48+178+158=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #30B29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B29E is #CF4D61. Grayscale: #888888. Windows color (decimal): -13585762 or 10400304. OLE color: 10400304.
HSL color Cylindrical-coordinate representation of color #30B29E: hue angle of 170.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B29E is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 158 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.30 |
| HSL | 170.77º | 0.58% | 0.44% | - |
| HSV(B) | 170.77º | 0.73% | 0.7% | - |
| XYZ | 23.31 | 34.94 | 37.86 | - |
| YUV | 136.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 158 | 0.73 | 0 | 0.11 | 0.30 | 170.77 | 0.58 | 0.44 |
| Hex | 30 | B2 | 9E | 49 | 0 | B | 1E | AB | 3A | 2C |
| Octal | 60 | 262 | 236 | 111 | 0 | 13 | 36 | 253 | 72 | 54 |
| Binary | 110000 | 10110010 | 10011110 | 1001001 | 0 | 1011 | 11110 | 10101011 | 111010 | 101100 |
Color Harmonies of #30B29E
Complementary color
Monochromatic Colors of #30B29E
Black with #30B29E
Text Example
Text Example
White with #30B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B29E; }
p { color: rgb(48,178,158); }
H1.HeaderClassName
{
color: #30B29E;
}
.AnyTagClassName
{
color: #30B29E;
}
</style>
background-color css
<style>
a { background-color: #30B29E; }
a { background-color: rgb(48,178,158); }
div.DivClassName
{
background-color: #30B29E;
}
.BgClassName
{
background-color: #30B29E;
}
</style>
border-color css
<style>
span { border-color: #30B29E; }
span { border-color: rgb(48,178,158); }
td.TdClassName
{
border-color: #30B29E;
}
.TagClassName
{
border-color: #30B29E;
}
</style>