Shades of Light Sea Green #30B5A6
Tints of Light Sea Green #30B5A6
RGB
CMYK
RGB Variations
Color information
#30B5A6 (or 0x30B5A6) is known color: Light Sea Green. HEX triplet: 30, B5 and A6. RGB value is (48,181,166). Sum of RGB (Red+Green+Blue) = 48+181+166=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #30B5A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B5A6 is #CF4A59. Grayscale: #8B8B8B. Windows color (decimal): -13584986 or 10925360. OLE color: 10925360.
HSL color Cylindrical-coordinate representation of color #30B5A6: hue angle of 173.23º 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 #30B5A6 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 166 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.29 |
| HSL | 173.23º | 0.58% | 0.45% | - |
| HSV(B) | 173.23º | 0.73% | 0.71% | - |
| XYZ | 24.63 | 36.43 | 41.81 | - |
| YUV | 139.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 166 | 0.73 | 0 | 0.08 | 0.29 | 173.23 | 0.58 | 0.45 |
| Hex | 30 | B5 | A6 | 49 | 0 | 8 | 1D | AD | 3A | 2D |
| Octal | 60 | 265 | 246 | 111 | 0 | 10 | 35 | 255 | 72 | 55 |
| Binary | 110000 | 10110101 | 10100110 | 1001001 | 0 | 1000 | 11101 | 10101101 | 111010 | 101101 |
Color Harmonies of #30B5A6
Complementary color
Monochromatic Colors of #30B5A6
Black with #30B5A6
Text Example
Text Example
White with #30B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B5A6; }
p { color: rgb(48,181,166); }
H1.HeaderClassName
{
color: #30B5A6;
}
.AnyTagClassName
{
color: #30B5A6;
}
</style>
background-color css
<style>
a { background-color: #30B5A6; }
a { background-color: rgb(48,181,166); }
div.DivClassName
{
background-color: #30B5A6;
}
.BgClassName
{
background-color: #30B5A6;
}
</style>
border-color css
<style>
span { border-color: #30B5A6; }
span { border-color: rgb(48,181,166); }
td.TdClassName
{
border-color: #30B5A6;
}
.TagClassName
{
border-color: #30B5A6;
}
</style>