Shades of Light Sea Green #30ADB5
Tints of Light Sea Green #30ADB5
RGB
CMYK
RGB Variations
Color information
#30ADB5 (or 0x30ADB5) is known color: Light Sea Green. HEX triplet: 30, AD and B5. RGB value is (48,173,181). Sum of RGB (Red+Green+Blue) = 48+173+181=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #30ADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADB5 is #CF524A. Grayscale: #888888. Windows color (decimal): -13587019 or 11906352. OLE color: 11906352.
HSL color Cylindrical-coordinate representation of color #30ADB5: hue angle of 183.61º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30ADB5 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 173 | 181 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.29 |
| HSL | 183.61º | 0.58% | 0.45% | - |
| HSV(B) | 183.61º | 0.73% | 0.71% | - |
| XYZ | 24.5 | 33.85 | 48.96 | - |
| YUV | 136.54 | 153.09 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 181 | 0.73 | 0.04 | 0 | 0.29 | 183.61 | 0.58 | 0.45 |
| Hex | 30 | AD | B5 | 49 | 4 | 0 | 1D | B8 | 3A | 2D |
| Octal | 60 | 255 | 265 | 111 | 4 | 0 | 35 | 270 | 72 | 55 |
| Binary | 110000 | 10101101 | 10110101 | 1001001 | 100 | 0 | 11101 | 10111000 | 111010 | 101101 |
Color Harmonies of #30ADB5
Complementary color
Monochromatic Colors of #30ADB5
Black with #30ADB5
Text Example
Text Example
White with #30ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADB5; }
p { color: rgb(48,173,181); }
H1.HeaderClassName
{
color: #30ADB5;
}
.AnyTagClassName
{
color: #30ADB5;
}
</style>
background-color css
<style>
a { background-color: #30ADB5; }
a { background-color: rgb(48,173,181); }
div.DivClassName
{
background-color: #30ADB5;
}
.BgClassName
{
background-color: #30ADB5;
}
</style>
border-color css
<style>
span { border-color: #30ADB5; }
span { border-color: rgb(48,173,181); }
td.TdClassName
{
border-color: #30ADB5;
}
.TagClassName
{
border-color: #30ADB5;
}
</style>