Shades of Light Sea Green #30AB9F
Tints of Light Sea Green #30AB9F
RGB
CMYK
RGB Variations
Color information
#30AB9F (or 0x30AB9F) is known color: Light Sea Green. HEX triplet: 30, AB and 9F. RGB value is (48,171,159). Sum of RGB (Red+Green+Blue) = 48+171+159=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB9F is #CF5460. Grayscale: #848484. Windows color (decimal): -13587553 or 10464048. OLE color: 10464048.
HSL color Cylindrical-coordinate representation of color #30AB9F: hue angle of 174.15º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB9F is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 159 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.33 |
| HSL | 174.15º | 0.56% | 0.43% | - |
| HSV(B) | 174.15º | 0.72% | 0.67% | - |
| XYZ | 22.04 | 32.26 | 37.87 | - |
| YUV | 132.86 | 142.75 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 159 | 0.72 | 0 | 0.07 | 0.33 | 174.15 | 0.56 | 0.43 |
| Hex | 30 | AB | 9F | 48 | 0 | 7 | 21 | AE | 38 | 2B |
| Octal | 60 | 253 | 237 | 110 | 0 | 7 | 41 | 256 | 70 | 53 |
| Binary | 110000 | 10101011 | 10011111 | 1001000 | 0 | 111 | 100001 | 10101110 | 111000 | 101011 |
Color Harmonies of #30AB9F
Complementary color
Monochromatic Colors of #30AB9F
Black with #30AB9F
Text Example
Text Example
White with #30AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB9F; }
p { color: rgb(48,171,159); }
H1.HeaderClassName
{
color: #30AB9F;
}
.AnyTagClassName
{
color: #30AB9F;
}
</style>
background-color css
<style>
a { background-color: #30AB9F; }
a { background-color: rgb(48,171,159); }
div.DivClassName
{
background-color: #30AB9F;
}
.BgClassName
{
background-color: #30AB9F;
}
</style>
border-color css
<style>
span { border-color: #30AB9F; }
span { border-color: rgb(48,171,159); }
td.TdClassName
{
border-color: #30AB9F;
}
.TagClassName
{
border-color: #30AB9F;
}
</style>