Shades of Light Sea Green #30B9BC
Tints of Light Sea Green #30B9BC
RGB
CMYK
RGB Variations
Color information
#30B9BC (or 0x30B9BC) is known color: Light Sea Green. HEX triplet: 30, B9 and BC. RGB value is (48,185,188). Sum of RGB (Red+Green+Blue) = 48+185+188=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #30B9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B9BC is #CF4643. Grayscale: #909090. Windows color (decimal): -13583940 or 12368176. OLE color: 12368176.
HSL color Cylindrical-coordinate representation of color #30B9BC: hue angle of 181.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B9BC is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 185 | 188 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.26 |
| HSL | 181.29º | 0.59% | 0.46% | - |
| HSV(B) | 181.29º | 0.74% | 0.74% | - |
| XYZ | 27.64 | 38.96 | 53.64 | - |
| YUV | 144.38 | 152.61 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 188 | 0.74 | 0.02 | 0 | 0.26 | 181.29 | 0.59 | 0.46 |
| Hex | 30 | B9 | BC | 4A | 2 | 0 | 1A | B5 | 3B | 2E |
| Octal | 60 | 271 | 274 | 112 | 2 | 0 | 32 | 265 | 73 | 56 |
| Binary | 110000 | 10111001 | 10111100 | 1001010 | 10 | 0 | 11010 | 10110101 | 111011 | 101110 |
Color Harmonies of #30B9BC
Complementary color
Monochromatic Colors of #30B9BC
Black with #30B9BC
Text Example
Text Example
White with #30B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B9BC; }
p { color: rgb(48,185,188); }
H1.HeaderClassName
{
color: #30B9BC;
}
.AnyTagClassName
{
color: #30B9BC;
}
</style>
background-color css
<style>
a { background-color: #30B9BC; }
a { background-color: rgb(48,185,188); }
div.DivClassName
{
background-color: #30B9BC;
}
.BgClassName
{
background-color: #30B9BC;
}
</style>
border-color css
<style>
span { border-color: #30B9BC; }
span { border-color: rgb(48,185,188); }
td.TdClassName
{
border-color: #30B9BC;
}
.TagClassName
{
border-color: #30B9BC;
}
</style>