Shades of Light Sea Green #30B3BC
Tints of Light Sea Green #30B3BC
RGB
CMYK
RGB Variations
Color information
#30B3BC (or 0x30B3BC) is known color: Light Sea Green. HEX triplet: 30, B3 and BC. RGB value is (48,179,188). Sum of RGB (Red+Green+Blue) = 48+179+188=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #30B3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B3BC is #CF4C43. Grayscale: #8C8C8C. Windows color (decimal): -13585476 or 12366640. OLE color: 12366640.
HSL color Cylindrical-coordinate representation of color #30B3BC: hue angle of 183.86º 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 #30B3BC is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 179 | 188 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.26 |
| HSL | 183.86º | 0.59% | 0.46% | - |
| HSV(B) | 183.86º | 0.74% | 0.74% | - |
| XYZ | 26.42 | 36.5 | 53.23 | - |
| YUV | 140.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 179 | 188 | 0.74 | 0.05 | 0 | 0.26 | 183.86 | 0.59 | 0.46 |
| Hex | 30 | B3 | BC | 4A | 5 | 0 | 1A | B8 | 3B | 2E |
| Octal | 60 | 263 | 274 | 112 | 5 | 0 | 32 | 270 | 73 | 56 |
| Binary | 110000 | 10110011 | 10111100 | 1001010 | 101 | 0 | 11010 | 10111000 | 111011 | 101110 |
Color Harmonies of #30B3BC
Complementary color
Monochromatic Colors of #30B3BC
Black with #30B3BC
Text Example
Text Example
White with #30B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B3BC; }
p { color: rgb(48,179,188); }
H1.HeaderClassName
{
color: #30B3BC;
}
.AnyTagClassName
{
color: #30B3BC;
}
</style>
background-color css
<style>
a { background-color: #30B3BC; }
a { background-color: rgb(48,179,188); }
div.DivClassName
{
background-color: #30B3BC;
}
.BgClassName
{
background-color: #30B3BC;
}
</style>
border-color css
<style>
span { border-color: #30B3BC; }
span { border-color: rgb(48,179,188); }
td.TdClassName
{
border-color: #30B3BC;
}
.TagClassName
{
border-color: #30B3BC;
}
</style>