Shades of Light Sea Green #30C3AD
Tints of Light Sea Green #30C3AD
RGB
CMYK
RGB Variations
Color information
#30C3AD (or 0x30C3AD) is known color: Light Sea Green. HEX triplet: 30, C3 and AD. RGB value is (48,195,173). Sum of RGB (Red+Green+Blue) = 48+195+173=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #30C3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C3AD is #CF3C52. Grayscale: #949494. Windows color (decimal): -13581395 or 11387696. OLE color: 11387696.
HSL color Cylindrical-coordinate representation of color #30C3AD: hue angle of 171.02º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C3AD is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 195 | 173 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.24 |
| HSL | 171.02º | 0.6% | 0.48% | - |
| HSV(B) | 171.02º | 0.75% | 0.76% | - |
| XYZ | 28.28 | 42.68 | 46.28 | - |
| YUV | 148.54 | 141.8 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 195 | 173 | 0.75 | 0 | 0.11 | 0.24 | 171.02 | 0.6 | 0.48 |
| Hex | 30 | C3 | AD | 4B | 0 | B | 18 | AB | 3C | 30 |
| Octal | 60 | 303 | 255 | 113 | 0 | 13 | 30 | 253 | 74 | 60 |
| Binary | 110000 | 11000011 | 10101101 | 1001011 | 0 | 1011 | 11000 | 10101011 | 111100 | 110000 |
Color Harmonies of #30C3AD
Complementary color
Monochromatic Colors of #30C3AD
Black with #30C3AD
Text Example
Text Example
White with #30C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C3AD; }
p { color: rgb(48,195,173); }
H1.HeaderClassName
{
color: #30C3AD;
}
.AnyTagClassName
{
color: #30C3AD;
}
</style>
background-color css
<style>
a { background-color: #30C3AD; }
a { background-color: rgb(48,195,173); }
div.DivClassName
{
background-color: #30C3AD;
}
.BgClassName
{
background-color: #30C3AD;
}
</style>
border-color css
<style>
span { border-color: #30C3AD; }
span { border-color: rgb(48,195,173); }
td.TdClassName
{
border-color: #30C3AD;
}
.TagClassName
{
border-color: #30C3AD;
}
</style>