Shades of Light Sea Green #30BBB5
Tints of Light Sea Green #30BBB5
RGB
CMYK
RGB Variations
Color information
#30BBB5 (or 0x30BBB5) is known color: Light Sea Green. HEX triplet: 30, BB and B5. RGB value is (48,187,181). Sum of RGB (Red+Green+Blue) = 48+187+181=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBB5 is #CF444A. Grayscale: #909090. Windows color (decimal): -13583435 or 11909936. OLE color: 11909936.
HSL color Cylindrical-coordinate representation of color #30BBB5: hue angle of 177.41º 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 #30BBB5 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 181 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.27 |
| HSL | 177.41º | 0.59% | 0.46% | - |
| HSV(B) | 177.41º | 0.74% | 0.73% | - |
| XYZ | 27.33 | 39.51 | 49.9 | - |
| YUV | 144.76 | 148.45 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 181 | 0.74 | 0 | 0.03 | 0.27 | 177.41 | 0.59 | 0.46 |
| Hex | 30 | BB | B5 | 4A | 0 | 3 | 1B | B1 | 3B | 2E |
| Octal | 60 | 273 | 265 | 112 | 0 | 3 | 33 | 261 | 73 | 56 |
| Binary | 110000 | 10111011 | 10110101 | 1001010 | 0 | 11 | 11011 | 10110001 | 111011 | 101110 |
Color Harmonies of #30BBB5
Complementary color
Monochromatic Colors of #30BBB5
Black with #30BBB5
Text Example
Text Example
White with #30BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBB5; }
p { color: rgb(48,187,181); }
H1.HeaderClassName
{
color: #30BBB5;
}
.AnyTagClassName
{
color: #30BBB5;
}
</style>
background-color css
<style>
a { background-color: #30BBB5; }
a { background-color: rgb(48,187,181); }
div.DivClassName
{
background-color: #30BBB5;
}
.BgClassName
{
background-color: #30BBB5;
}
</style>
border-color css
<style>
span { border-color: #30BBB5; }
span { border-color: rgb(48,187,181); }
td.TdClassName
{
border-color: #30BBB5;
}
.TagClassName
{
border-color: #30BBB5;
}
</style>