Shades of Light Sea Green #30BBAE
Tints of Light Sea Green #30BBAE
RGB
CMYK
RGB Variations
Color information
#30BBAE (or 0x30BBAE) is known color: Light Sea Green. HEX triplet: 30, BB and AE. RGB value is (48,187,174). Sum of RGB (Red+Green+Blue) = 48+187+174=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBAE is #CF4451. Grayscale: #8F8F8F. Windows color (decimal): -13583442 or 11451184. OLE color: 11451184.
HSL color Cylindrical-coordinate representation of color #30BBAE: hue angle of 174.39º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BBAE is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 174 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.27 |
| HSL | 174.39º | 0.59% | 0.46% | - |
| HSV(B) | 174.39º | 0.74% | 0.73% | - |
| XYZ | 26.63 | 39.23 | 46.21 | - |
| YUV | 143.96 | 144.95 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 174 | 0.74 | 0 | 0.07 | 0.27 | 174.39 | 0.59 | 0.46 |
| Hex | 30 | BB | AE | 4A | 0 | 7 | 1B | AE | 3B | 2E |
| Octal | 60 | 273 | 256 | 112 | 0 | 7 | 33 | 256 | 73 | 56 |
| Binary | 110000 | 10111011 | 10101110 | 1001010 | 0 | 111 | 11011 | 10101110 | 111011 | 101110 |
Color Harmonies of #30BBAE
Complementary color
Monochromatic Colors of #30BBAE
Black with #30BBAE
Text Example
Text Example
White with #30BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBAE; }
p { color: rgb(48,187,174); }
H1.HeaderClassName
{
color: #30BBAE;
}
.AnyTagClassName
{
color: #30BBAE;
}
</style>
background-color css
<style>
a { background-color: #30BBAE; }
a { background-color: rgb(48,187,174); }
div.DivClassName
{
background-color: #30BBAE;
}
.BgClassName
{
background-color: #30BBAE;
}
</style>
border-color css
<style>
span { border-color: #30BBAE; }
span { border-color: rgb(48,187,174); }
td.TdClassName
{
border-color: #30BBAE;
}
.TagClassName
{
border-color: #30BBAE;
}
</style>