Shades of Light Sea Green #30AAAC
Tints of Light Sea Green #30AAAC
RGB
CMYK
RGB Variations
Color information
#30AAAC (or 0x30AAAC) is known color: Light Sea Green. HEX triplet: 30, AA and AC. RGB value is (48,170,172). Sum of RGB (Red+Green+Blue) = 48+170+172=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #30AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AAAC is #CF5553. Grayscale: #858585. Windows color (decimal): -13587796 or 11315760. OLE color: 11315760.
HSL color Cylindrical-coordinate representation of color #30AAAC: hue angle of 180.97º 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 #30AAAC is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 172 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.33 |
| HSL | 180.97º | 0.56% | 0.43% | - |
| HSV(B) | 180.97º | 0.72% | 0.67% | - |
| XYZ | 23.04 | 32.36 | 44.06 | - |
| YUV | 133.75 | 149.58 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 172 | 0.72 | 0.01 | 0 | 0.33 | 180.97 | 0.56 | 0.43 |
| Hex | 30 | AA | AC | 48 | 1 | 0 | 21 | B5 | 38 | 2B |
| Octal | 60 | 252 | 254 | 110 | 1 | 0 | 41 | 265 | 70 | 53 |
| Binary | 110000 | 10101010 | 10101100 | 1001000 | 1 | 0 | 100001 | 10110101 | 111000 | 101011 |
Color Harmonies of #30AAAC
Complementary color
Monochromatic Colors of #30AAAC
Black with #30AAAC
Text Example
Text Example
White with #30AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AAAC; }
p { color: rgb(48,170,172); }
H1.HeaderClassName
{
color: #30AAAC;
}
.AnyTagClassName
{
color: #30AAAC;
}
</style>
background-color css
<style>
a { background-color: #30AAAC; }
a { background-color: rgb(48,170,172); }
div.DivClassName
{
background-color: #30AAAC;
}
.BgClassName
{
background-color: #30AAAC;
}
</style>
border-color css
<style>
span { border-color: #30AAAC; }
span { border-color: rgb(48,170,172); }
td.TdClassName
{
border-color: #30AAAC;
}
.TagClassName
{
border-color: #30AAAC;
}
</style>