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