Shades of Light Sea Green #30C2AD
Tints of Light Sea Green #30C2AD
RGB
CMYK
RGB Variations
Color information
#30C2AD (or 0x30C2AD) is known color: Light Sea Green. HEX triplet: 30, C2 and AD. RGB value is (48,194,173). Sum of RGB (Red+Green+Blue) = 48+194+173=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #30C2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C2AD is #CF3D52. Grayscale: #939393. Windows color (decimal): -13581651 or 11387440. OLE color: 11387440.
HSL color Cylindrical-coordinate representation of color #30C2AD: hue angle of 171.37º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C2AD is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 194 | 173 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.24 |
| HSL | 171.37º | 0.6% | 0.47% | - |
| HSV(B) | 171.37º | 0.75% | 0.76% | - |
| XYZ | 28.05 | 42.23 | 46.21 | - |
| YUV | 147.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 173 | 0.75 | 0 | 0.11 | 0.24 | 171.37 | 0.6 | 0.47 |
| Hex | 30 | C2 | AD | 4B | 0 | B | 18 | AB | 3C | 2F |
| Octal | 60 | 302 | 255 | 113 | 0 | 13 | 30 | 253 | 74 | 57 |
| Binary | 110000 | 11000010 | 10101101 | 1001011 | 0 | 1011 | 11000 | 10101011 | 111100 | 101111 |
Color Harmonies of #30C2AD
Complementary color
Monochromatic Colors of #30C2AD
Black with #30C2AD
Text Example
Text Example
White with #30C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C2AD; }
p { color: rgb(48,194,173); }
H1.HeaderClassName
{
color: #30C2AD;
}
.AnyTagClassName
{
color: #30C2AD;
}
</style>
background-color css
<style>
a { background-color: #30C2AD; }
a { background-color: rgb(48,194,173); }
div.DivClassName
{
background-color: #30C2AD;
}
.BgClassName
{
background-color: #30C2AD;
}
</style>
border-color css
<style>
span { border-color: #30C2AD; }
span { border-color: rgb(48,194,173); }
td.TdClassName
{
border-color: #30C2AD;
}
.TagClassName
{
border-color: #30C2AD;
}
</style>