Shades of Light Sea Green #30BDA9
Tints of Light Sea Green #30BDA9
RGB
CMYK
RGB Variations
Color information
#30BDA9 (or 0x30BDA9) is known color: Light Sea Green. HEX triplet: 30, BD and A9. RGB value is (48,189,169). Sum of RGB (Red+Green+Blue) = 48+189+169=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #30BDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BDA9 is #CF4256. Grayscale: #909090. Windows color (decimal): -13582935 or 11124016. OLE color: 11124016.
HSL color Cylindrical-coordinate representation of color #30BDA9: hue angle of 171.49º 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 #30BDA9 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 169 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.26 |
| HSL | 171.49º | 0.59% | 0.46% | - |
| HSV(B) | 171.49º | 0.75% | 0.74% | - |
| XYZ | 26.58 | 39.89 | 43.83 | - |
| YUV | 144.56 | 141.79 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 169 | 0.75 | 0 | 0.11 | 0.26 | 171.49 | 0.59 | 0.46 |
| Hex | 30 | BD | A9 | 4B | 0 | B | 1A | AB | 3B | 2E |
| Octal | 60 | 275 | 251 | 113 | 0 | 13 | 32 | 253 | 73 | 56 |
| Binary | 110000 | 10111101 | 10101001 | 1001011 | 0 | 1011 | 11010 | 10101011 | 111011 | 101110 |
Color Harmonies of #30BDA9
Complementary color
Monochromatic Colors of #30BDA9
Black with #30BDA9
Text Example
Text Example
White with #30BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BDA9; }
p { color: rgb(48,189,169); }
H1.HeaderClassName
{
color: #30BDA9;
}
.AnyTagClassName
{
color: #30BDA9;
}
</style>
background-color css
<style>
a { background-color: #30BDA9; }
a { background-color: rgb(48,189,169); }
div.DivClassName
{
background-color: #30BDA9;
}
.BgClassName
{
background-color: #30BDA9;
}
</style>
border-color css
<style>
span { border-color: #30BDA9; }
span { border-color: rgb(48,189,169); }
td.TdClassName
{
border-color: #30BDA9;
}
.TagClassName
{
border-color: #30BDA9;
}
</style>