Shades of Light Sea Green #30A7A9
Tints of Light Sea Green #30A7A9
RGB
CMYK
RGB Variations
Color information
#30A7A9 (or 0x30A7A9) is known color: Light Sea Green. HEX triplet: 30, A7 and A9. RGB value is (48,167,169). Sum of RGB (Red+Green+Blue) = 48+167+169=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #30A7A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A7A9 is #CF5856. Grayscale: #838383. Windows color (decimal): -13588567 or 11118384. OLE color: 11118384.
HSL color Cylindrical-coordinate representation of color #30A7A9: hue angle of 180.99º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A7A9 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 167 | 169 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.34 |
| HSL | 180.99º | 0.56% | 0.43% | - |
| HSV(B) | 180.99º | 0.72% | 0.66% | - |
| XYZ | 22.2 | 31.13 | 42.37 | - |
| YUV | 131.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 167 | 169 | 0.72 | 0.01 | 0 | 0.34 | 180.99 | 0.56 | 0.43 |
| Hex | 30 | A7 | A9 | 48 | 1 | 0 | 22 | B5 | 38 | 2B |
| Octal | 60 | 247 | 251 | 110 | 1 | 0 | 42 | 265 | 70 | 53 |
| Binary | 110000 | 10100111 | 10101001 | 1001000 | 1 | 0 | 100010 | 10110101 | 111000 | 101011 |
Color Harmonies of #30A7A9
Complementary color
Monochromatic Colors of #30A7A9
Black with #30A7A9
Text Example
Text Example
White with #30A7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A7A9; }
p { color: rgb(48,167,169); }
H1.HeaderClassName
{
color: #30A7A9;
}
.AnyTagClassName
{
color: #30A7A9;
}
</style>
background-color css
<style>
a { background-color: #30A7A9; }
a { background-color: rgb(48,167,169); }
div.DivClassName
{
background-color: #30A7A9;
}
.BgClassName
{
background-color: #30A7A9;
}
</style>
border-color css
<style>
span { border-color: #30A7A9; }
span { border-color: rgb(48,167,169); }
td.TdClassName
{
border-color: #30A7A9;
}
.TagClassName
{
border-color: #30A7A9;
}
</style>