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