Shades of Light Sea Green #30ABAC
Tints of Light Sea Green #30ABAC
RGB
CMYK
RGB Variations
Color information
#30ABAC (or 0x30ABAC) is known color: Light Sea Green. HEX triplet: 30, AB and AC. RGB value is (48,171,172). Sum of RGB (Red+Green+Blue) = 48+171+172=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #30ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ABAC is #CF5453. Grayscale: #868686. Windows color (decimal): -13587540 or 11316016. OLE color: 11316016.
HSL color Cylindrical-coordinate representation of color #30ABAC: hue angle of 180.48º 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 #30ABAC is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 172 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.33 |
| HSL | 180.48º | 0.56% | 0.43% | - |
| HSV(B) | 180.48º | 0.72% | 0.67% | - |
| XYZ | 23.23 | 32.73 | 44.12 | - |
| YUV | 134.34 | 149.25 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 172 | 0.72 | 0.01 | 0 | 0.33 | 180.48 | 0.56 | 0.43 |
| Hex | 30 | AB | AC | 48 | 1 | 0 | 21 | B4 | 38 | 2B |
| Octal | 60 | 253 | 254 | 110 | 1 | 0 | 41 | 264 | 70 | 53 |
| Binary | 110000 | 10101011 | 10101100 | 1001000 | 1 | 0 | 100001 | 10110100 | 111000 | 101011 |
Color Harmonies of #30ABAC
Complementary color
Monochromatic Colors of #30ABAC
Black with #30ABAC
Text Example
Text Example
White with #30ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABAC; }
p { color: rgb(48,171,172); }
H1.HeaderClassName
{
color: #30ABAC;
}
.AnyTagClassName
{
color: #30ABAC;
}
</style>
background-color css
<style>
a { background-color: #30ABAC; }
a { background-color: rgb(48,171,172); }
div.DivClassName
{
background-color: #30ABAC;
}
.BgClassName
{
background-color: #30ABAC;
}
</style>
border-color css
<style>
span { border-color: #30ABAC; }
span { border-color: rgb(48,171,172); }
td.TdClassName
{
border-color: #30ABAC;
}
.TagClassName
{
border-color: #30ABAC;
}
</style>