Shades of Light Sea Green #30BCAE
Tints of Light Sea Green #30BCAE
RGB
CMYK
RGB Variations
Color information
#30BCAE (or 0x30BCAE) is known color: Light Sea Green. HEX triplet: 30, BC and AE. RGB value is (48,188,174). Sum of RGB (Red+Green+Blue) = 48+188+174=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #30BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BCAE is #CF4351. Grayscale: #909090. Windows color (decimal): -13583186 or 11451440. OLE color: 11451440.
HSL color Cylindrical-coordinate representation of color #30BCAE: hue angle of 174º 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 #30BCAE is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 174 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.26 |
| HSL | 174º | 0.59% | 0.46% | - |
| HSV(B) | 174º | 0.74% | 0.74% | - |
| XYZ | 26.84 | 39.65 | 46.28 | - |
| YUV | 144.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 174 | 0.74 | 0 | 0.07 | 0.26 | 174 | 0.59 | 0.46 |
| Hex | 30 | BC | AE | 4A | 0 | 7 | 1A | AE | 3B | 2E |
| Octal | 60 | 274 | 256 | 112 | 0 | 7 | 32 | 256 | 73 | 56 |
| Binary | 110000 | 10111100 | 10101110 | 1001010 | 0 | 111 | 11010 | 10101110 | 111011 | 101110 |
Color Harmonies of #30BCAE
Complementary color
Monochromatic Colors of #30BCAE
Black with #30BCAE
Text Example
Text Example
White with #30BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BCAE; }
p { color: rgb(48,188,174); }
H1.HeaderClassName
{
color: #30BCAE;
}
.AnyTagClassName
{
color: #30BCAE;
}
</style>
background-color css
<style>
a { background-color: #30BCAE; }
a { background-color: rgb(48,188,174); }
div.DivClassName
{
background-color: #30BCAE;
}
.BgClassName
{
background-color: #30BCAE;
}
</style>
border-color css
<style>
span { border-color: #30BCAE; }
span { border-color: rgb(48,188,174); }
td.TdClassName
{
border-color: #30BCAE;
}
.TagClassName
{
border-color: #30BCAE;
}
</style>