Shades of Light Sea Green #30B0BC
Tints of Light Sea Green #30B0BC
RGB
CMYK
RGB Variations
Color information
#30B0BC (or 0x30B0BC) is known color: Light Sea Green. HEX triplet: 30, B0 and BC. RGB value is (48,176,188). Sum of RGB (Red+Green+Blue) = 48+176+188=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #30B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0BC is #CF4F43. Grayscale: #8A8A8A. Windows color (decimal): -13586244 or 12365872. OLE color: 12365872.
HSL color Cylindrical-coordinate representation of color #30B0BC: hue angle of 185.14º 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 #30B0BC is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 176 | 188 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.26 |
| HSL | 185.14º | 0.59% | 0.46% | - |
| HSV(B) | 185.14º | 0.74% | 0.74% | - |
| XYZ | 25.82 | 35.31 | 53.03 | - |
| YUV | 139.1 | 155.59 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 188 | 0.74 | 0.06 | 0 | 0.26 | 185.14 | 0.59 | 0.46 |
| Hex | 30 | B0 | BC | 4A | 6 | 0 | 1A | B9 | 3B | 2E |
| Octal | 60 | 260 | 274 | 112 | 6 | 0 | 32 | 271 | 73 | 56 |
| Binary | 110000 | 10110000 | 10111100 | 1001010 | 110 | 0 | 11010 | 10111001 | 111011 | 101110 |
Color Harmonies of #30B0BC
Complementary color
Monochromatic Colors of #30B0BC
Black with #30B0BC
Text Example
Text Example
White with #30B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B0BC; }
p { color: rgb(48,176,188); }
H1.HeaderClassName
{
color: #30B0BC;
}
.AnyTagClassName
{
color: #30B0BC;
}
</style>
background-color css
<style>
a { background-color: #30B0BC; }
a { background-color: rgb(48,176,188); }
div.DivClassName
{
background-color: #30B0BC;
}
.BgClassName
{
background-color: #30B0BC;
}
</style>
border-color css
<style>
span { border-color: #30B0BC; }
span { border-color: rgb(48,176,188); }
td.TdClassName
{
border-color: #30B0BC;
}
.TagClassName
{
border-color: #30B0BC;
}
</style>