Shades of Light Sea Green #30A89E
Tints of Light Sea Green #30A89E
RGB
CMYK
RGB Variations
Color information
#30A89E (or 0x30A89E) is known color: Light Sea Green. HEX triplet: 30, A8 and 9E. RGB value is (48,168,158). Sum of RGB (Red+Green+Blue) = 48+168+158=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 168 - color contains mainly: green. Hex color #30A89E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A89E is #CF5761. Grayscale: #828282. Windows color (decimal): -13588322 or 10397744. OLE color: 10397744.
HSL color Cylindrical-coordinate representation of color #30A89E: hue angle of 175º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A89E is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 168 | 158 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.34 |
| HSL | 175º | 0.56% | 0.42% | - |
| HSV(B) | 175º | 0.71% | 0.66% | - |
| XYZ | 21.39 | 31.1 | 37.22 | - |
| YUV | 130.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 158 | 0.71 | 0 | 0.06 | 0.34 | 175 | 0.56 | 0.42 |
| Hex | 30 | A8 | 9E | 47 | 0 | 6 | 22 | AF | 38 | 2A |
| Octal | 60 | 250 | 236 | 107 | 0 | 6 | 42 | 257 | 70 | 52 |
| Binary | 110000 | 10101000 | 10011110 | 1000111 | 0 | 110 | 100010 | 10101111 | 111000 | 101010 |
Color Harmonies of #30A89E
Complementary color
Monochromatic Colors of #30A89E
Black with #30A89E
Text Example
Text Example
White with #30A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A89E; }
p { color: rgb(48,168,158); }
H1.HeaderClassName
{
color: #30A89E;
}
.AnyTagClassName
{
color: #30A89E;
}
</style>
background-color css
<style>
a { background-color: #30A89E; }
a { background-color: rgb(48,168,158); }
div.DivClassName
{
background-color: #30A89E;
}
.BgClassName
{
background-color: #30A89E;
}
</style>
border-color css
<style>
span { border-color: #30A89E; }
span { border-color: rgb(48,168,158); }
td.TdClassName
{
border-color: #30A89E;
}
.TagClassName
{
border-color: #30A89E;
}
</style>