Shades of Light Sea Green #30BDAE
Tints of Light Sea Green #30BDAE
RGB
CMYK
RGB Variations
Color information
#30BDAE (or 0x30BDAE) is known color: Light Sea Green. HEX triplet: 30, BD and AE. RGB value is (48,189,174). Sum of RGB (Red+Green+Blue) = 48+189+174=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #30BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BDAE is #CF4251. Grayscale: #919191. Windows color (decimal): -13582930 or 11451696. OLE color: 11451696.
HSL color Cylindrical-coordinate representation of color #30BDAE: hue angle of 173.62º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BDAE is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 174 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.26 |
| HSL | 173.62º | 0.59% | 0.46% | - |
| HSV(B) | 173.62º | 0.75% | 0.74% | - |
| XYZ | 27.06 | 40.08 | 46.35 | - |
| YUV | 145.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 174 | 0.75 | 0 | 0.08 | 0.26 | 173.62 | 0.59 | 0.46 |
| Hex | 30 | BD | AE | 4B | 0 | 8 | 1A | AE | 3B | 2E |
| Octal | 60 | 275 | 256 | 113 | 0 | 10 | 32 | 256 | 73 | 56 |
| Binary | 110000 | 10111101 | 10101110 | 1001011 | 0 | 1000 | 11010 | 10101110 | 111011 | 101110 |
Color Harmonies of #30BDAE
Complementary color
Monochromatic Colors of #30BDAE
Black with #30BDAE
Text Example
Text Example
White with #30BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BDAE; }
p { color: rgb(48,189,174); }
H1.HeaderClassName
{
color: #30BDAE;
}
.AnyTagClassName
{
color: #30BDAE;
}
</style>
background-color css
<style>
a { background-color: #30BDAE; }
a { background-color: rgb(48,189,174); }
div.DivClassName
{
background-color: #30BDAE;
}
.BgClassName
{
background-color: #30BDAE;
}
</style>
border-color css
<style>
span { border-color: #30BDAE; }
span { border-color: rgb(48,189,174); }
td.TdClassName
{
border-color: #30BDAE;
}
.TagClassName
{
border-color: #30BDAE;
}
</style>