Shades of Light Sea Green #30B5AB
Tints of Light Sea Green #30B5AB
RGB
CMYK
RGB Variations
Color information
#30B5AB (or 0x30B5AB) is known color: Light Sea Green. HEX triplet: 30, B5 and AB. RGB value is (48,181,171). Sum of RGB (Red+Green+Blue) = 48+181+171=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #30B5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B5AB is #CF4A54. Grayscale: #8C8C8C. Windows color (decimal): -13584981 or 11253040. OLE color: 11253040.
HSL color Cylindrical-coordinate representation of color #30B5AB: hue angle of 175.49º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B5AB is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 171 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.29 |
| HSL | 175.49º | 0.58% | 0.45% | - |
| HSV(B) | 175.49º | 0.73% | 0.71% | - |
| XYZ | 25.09 | 36.62 | 44.27 | - |
| YUV | 140.09 | 145.44 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 171 | 0.73 | 0 | 0.06 | 0.29 | 175.49 | 0.58 | 0.45 |
| Hex | 30 | B5 | AB | 49 | 0 | 6 | 1D | AF | 3A | 2D |
| Octal | 60 | 265 | 253 | 111 | 0 | 6 | 35 | 257 | 72 | 55 |
| Binary | 110000 | 10110101 | 10101011 | 1001001 | 0 | 110 | 11101 | 10101111 | 111010 | 101101 |
Color Harmonies of #30B5AB
Complementary color
Monochromatic Colors of #30B5AB
Black with #30B5AB
Text Example
Text Example
White with #30B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B5AB; }
p { color: rgb(48,181,171); }
H1.HeaderClassName
{
color: #30B5AB;
}
.AnyTagClassName
{
color: #30B5AB;
}
</style>
background-color css
<style>
a { background-color: #30B5AB; }
a { background-color: rgb(48,181,171); }
div.DivClassName
{
background-color: #30B5AB;
}
.BgClassName
{
background-color: #30B5AB;
}
</style>
border-color css
<style>
span { border-color: #30B5AB; }
span { border-color: rgb(48,181,171); }
td.TdClassName
{
border-color: #30B5AB;
}
.TagClassName
{
border-color: #30B5AB;
}
</style>