Shades of Light Sea Green #30BDBD
Tints of Light Sea Green #30BDBD
RGB
CMYK
RGB Variations
Color information
#30BDBD (or 0x30BDBD) is known color: Light Sea Green. HEX triplet: 30, BD and BD. RGB value is (48,189,189). Sum of RGB (Red+Green+Blue) = 48+189+189=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #30BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDBD is #CF4242. Grayscale: #929292. Windows color (decimal): -13582915 or 12434736. OLE color: 12434736.
HSL color Cylindrical-coordinate representation of color #30BDBD: hue angle of 180º 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 #30BDBD is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 189 | - |
| CMYK | 0.75 | 0 | 0 | 0.26 |
| HSL | 180º | 0.59% | 0.46% | - |
| HSV(B) | 180º | 0.75% | 0.74% | - |
| XYZ | 28.6 | 40.7 | 54.49 | - |
| YUV | 146.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 189 | 0.75 | 0 | 0 | 0.26 | 180 | 0.59 | 0.46 |
| Hex | 30 | BD | BD | 4B | 0 | 0 | 1A | B4 | 3B | 2E |
| Octal | 60 | 275 | 275 | 113 | 0 | 0 | 32 | 264 | 73 | 56 |
| Binary | 110000 | 10111101 | 10111101 | 1001011 | 0 | 0 | 11010 | 10110100 | 111011 | 101110 |
Color Harmonies of #30BDBD
Complementary color
Monochromatic Colors of #30BDBD
Black with #30BDBD
Text Example
Text Example
White with #30BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BDBD; }
p { color: rgb(48,189,189); }
H1.HeaderClassName
{
color: #30BDBD;
}
.AnyTagClassName
{
color: #30BDBD;
}
</style>
background-color css
<style>
a { background-color: #30BDBD; }
a { background-color: rgb(48,189,189); }
div.DivClassName
{
background-color: #30BDBD;
}
.BgClassName
{
background-color: #30BDBD;
}
</style>
border-color css
<style>
span { border-color: #30BDBD; }
span { border-color: rgb(48,189,189); }
td.TdClassName
{
border-color: #30BDBD;
}
.TagClassName
{
border-color: #30BDBD;
}
</style>