Shades of Light Sea Green #30ADB7
Tints of Light Sea Green #30ADB7
RGB
CMYK
RGB Variations
Color information
#30ADB7 (or 0x30ADB7) is known color: Light Sea Green. HEX triplet: 30, AD and B7. RGB value is (48,173,183). Sum of RGB (Red+Green+Blue) = 48+173+183=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #30ADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADB7 is #CF5248. Grayscale: #888888. Windows color (decimal): -13587017 or 12037424. OLE color: 12037424.
HSL color Cylindrical-coordinate representation of color #30ADB7: hue angle of 184.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30ADB7 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 173 | 183 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.28 |
| HSL | 184.44º | 0.58% | 0.45% | - |
| HSV(B) | 184.44º | 0.74% | 0.72% | - |
| XYZ | 24.71 | 33.93 | 50.05 | - |
| YUV | 136.77 | 154.09 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 183 | 0.74 | 0.05 | 0 | 0.28 | 184.44 | 0.58 | 0.45 |
| Hex | 30 | AD | B7 | 4A | 5 | 0 | 1C | B8 | 3A | 2D |
| Octal | 60 | 255 | 267 | 112 | 5 | 0 | 34 | 270 | 72 | 55 |
| Binary | 110000 | 10101101 | 10110111 | 1001010 | 101 | 0 | 11100 | 10111000 | 111010 | 101101 |
Color Harmonies of #30ADB7
Complementary color
Monochromatic Colors of #30ADB7
Black with #30ADB7
Text Example
Text Example
White with #30ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADB7; }
p { color: rgb(48,173,183); }
H1.HeaderClassName
{
color: #30ADB7;
}
.AnyTagClassName
{
color: #30ADB7;
}
</style>
background-color css
<style>
a { background-color: #30ADB7; }
a { background-color: rgb(48,173,183); }
div.DivClassName
{
background-color: #30ADB7;
}
.BgClassName
{
background-color: #30ADB7;
}
</style>
border-color css
<style>
span { border-color: #30ADB7; }
span { border-color: rgb(48,173,183); }
td.TdClassName
{
border-color: #30ADB7;
}
.TagClassName
{
border-color: #30ADB7;
}
</style>