Shades of Light Sea Green #30A8AD
Tints of Light Sea Green #30A8AD
RGB
CMYK
RGB Variations
Color information
#30A8AD (or 0x30A8AD) is known color: Light Sea Green. HEX triplet: 30, A8 and AD. RGB value is (48,168,173). Sum of RGB (Red+Green+Blue) = 48+168+173=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #30A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A8AD is #CF5752. Grayscale: #848484. Windows color (decimal): -13588307 or 11380784. OLE color: 11380784.
HSL color Cylindrical-coordinate representation of color #30A8AD: hue angle of 182.4º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A8AD is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 168 | 173 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.32 |
| HSL | 182.4º | 0.57% | 0.43% | - |
| HSV(B) | 182.4º | 0.72% | 0.68% | - |
| XYZ | 22.76 | 31.65 | 44.44 | - |
| YUV | 132.69 | 150.74 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 173 | 0.72 | 0.03 | 0 | 0.32 | 182.4 | 0.57 | 0.43 |
| Hex | 30 | A8 | AD | 48 | 3 | 0 | 20 | B6 | 39 | 2B |
| Octal | 60 | 250 | 255 | 110 | 3 | 0 | 40 | 266 | 71 | 53 |
| Binary | 110000 | 10101000 | 10101101 | 1001000 | 11 | 0 | 100000 | 10110110 | 111001 | 101011 |
Color Harmonies of #30A8AD
Complementary color
Monochromatic Colors of #30A8AD
Black with #30A8AD
Text Example
Text Example
White with #30A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A8AD; }
p { color: rgb(48,168,173); }
H1.HeaderClassName
{
color: #30A8AD;
}
.AnyTagClassName
{
color: #30A8AD;
}
</style>
background-color css
<style>
a { background-color: #30A8AD; }
a { background-color: rgb(48,168,173); }
div.DivClassName
{
background-color: #30A8AD;
}
.BgClassName
{
background-color: #30A8AD;
}
</style>
border-color css
<style>
span { border-color: #30A8AD; }
span { border-color: rgb(48,168,173); }
td.TdClassName
{
border-color: #30A8AD;
}
.TagClassName
{
border-color: #30A8AD;
}
</style>