Shades of Light Sea Green #30B7AD
Tints of Light Sea Green #30B7AD
RGB
CMYK
RGB Variations
Color information
#30B7AD (or 0x30B7AD) is known color: Light Sea Green. HEX triplet: 30, B7 and AD. RGB value is (48,183,173). Sum of RGB (Red+Green+Blue) = 48+183+173=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #30B7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B7AD is #CF4852. Grayscale: #8D8D8D. Windows color (decimal): -13584467 or 11384624. OLE color: 11384624.
HSL color Cylindrical-coordinate representation of color #30B7AD: hue angle of 175.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B7AD is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 173 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.28 |
| HSL | 175.56º | 0.58% | 0.45% | - |
| HSV(B) | 175.56º | 0.74% | 0.72% | - |
| XYZ | 25.7 | 37.51 | 45.42 | - |
| YUV | 141.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 173 | 0.74 | 0 | 0.05 | 0.28 | 175.56 | 0.58 | 0.45 |
| Hex | 30 | B7 | AD | 4A | 0 | 5 | 1C | B0 | 3A | 2D |
| Octal | 60 | 267 | 255 | 112 | 0 | 5 | 34 | 260 | 72 | 55 |
| Binary | 110000 | 10110111 | 10101101 | 1001010 | 0 | 101 | 11100 | 10110000 | 111010 | 101101 |
Color Harmonies of #30B7AD
Complementary color
Monochromatic Colors of #30B7AD
Black with #30B7AD
Text Example
Text Example
White with #30B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B7AD; }
p { color: rgb(48,183,173); }
H1.HeaderClassName
{
color: #30B7AD;
}
.AnyTagClassName
{
color: #30B7AD;
}
</style>
background-color css
<style>
a { background-color: #30B7AD; }
a { background-color: rgb(48,183,173); }
div.DivClassName
{
background-color: #30B7AD;
}
.BgClassName
{
background-color: #30B7AD;
}
</style>
border-color css
<style>
span { border-color: #30B7AD; }
span { border-color: rgb(48,183,173); }
td.TdClassName
{
border-color: #30B7AD;
}
.TagClassName
{
border-color: #30B7AD;
}
</style>