Shades of Light Sea Green #30ADAA
Tints of Light Sea Green #30ADAA
RGB
CMYK
RGB Variations
Color information
#30ADAA (or 0x30ADAA) is known color: Light Sea Green. HEX triplet: 30, AD and AA. RGB value is (48,173,170). Sum of RGB (Red+Green+Blue) = 48+173+170=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #30ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ADAA is #CF5255. Grayscale: #878787. Windows color (decimal): -13587030 or 11185456. OLE color: 11185456.
HSL color Cylindrical-coordinate representation of color #30ADAA: hue angle of 178.56º 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 #30ADAA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 170 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.32 |
| HSL | 178.56º | 0.57% | 0.43% | - |
| HSV(B) | 178.56º | 0.72% | 0.68% | - |
| XYZ | 23.42 | 33.42 | 43.25 | - |
| YUV | 135.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 170 | 0.72 | 0 | 0.02 | 0.32 | 178.56 | 0.57 | 0.43 |
| Hex | 30 | AD | AA | 48 | 0 | 2 | 20 | B3 | 39 | 2B |
| Octal | 60 | 255 | 252 | 110 | 0 | 2 | 40 | 263 | 71 | 53 |
| Binary | 110000 | 10101101 | 10101010 | 1001000 | 0 | 10 | 100000 | 10110011 | 111001 | 101011 |
Color Harmonies of #30ADAA
Complementary color
Monochromatic Colors of #30ADAA
Black with #30ADAA
Text Example
Text Example
White with #30ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADAA; }
p { color: rgb(48,173,170); }
H1.HeaderClassName
{
color: #30ADAA;
}
.AnyTagClassName
{
color: #30ADAA;
}
</style>
background-color css
<style>
a { background-color: #30ADAA; }
a { background-color: rgb(48,173,170); }
div.DivClassName
{
background-color: #30ADAA;
}
.BgClassName
{
background-color: #30ADAA;
}
</style>
border-color css
<style>
span { border-color: #30ADAA; }
span { border-color: rgb(48,173,170); }
td.TdClassName
{
border-color: #30ADAA;
}
.TagClassName
{
border-color: #30ADAA;
}
</style>