Shades of Light Sea Green #30ADB3
Tints of Light Sea Green #30ADB3
RGB
CMYK
RGB Variations
Color information
#30ADB3 (or 0x30ADB3) is known color: Light Sea Green. HEX triplet: 30, AD and B3. RGB value is (48,173,179). Sum of RGB (Red+Green+Blue) = 48+173+179=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #30ADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADB3 is #CF524C. Grayscale: #888888. Windows color (decimal): -13587021 or 11775280. OLE color: 11775280.
HSL color Cylindrical-coordinate representation of color #30ADB3: hue angle of 182.75º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30ADB3 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 173 | 179 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.30 |
| HSL | 182.75º | 0.58% | 0.45% | - |
| HSV(B) | 182.75º | 0.73% | 0.7% | - |
| XYZ | 24.3 | 33.77 | 47.89 | - |
| YUV | 136.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 179 | 0.73 | 0.03 | 0 | 0.30 | 182.75 | 0.58 | 0.45 |
| Hex | 30 | AD | B3 | 49 | 3 | 0 | 1E | B7 | 3A | 2D |
| Octal | 60 | 255 | 263 | 111 | 3 | 0 | 36 | 267 | 72 | 55 |
| Binary | 110000 | 10101101 | 10110011 | 1001001 | 11 | 0 | 11110 | 10110111 | 111010 | 101101 |
Color Harmonies of #30ADB3
Complementary color
Monochromatic Colors of #30ADB3
Black with #30ADB3
Text Example
Text Example
White with #30ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADB3; }
p { color: rgb(48,173,179); }
H1.HeaderClassName
{
color: #30ADB3;
}
.AnyTagClassName
{
color: #30ADB3;
}
</style>
background-color css
<style>
a { background-color: #30ADB3; }
a { background-color: rgb(48,173,179); }
div.DivClassName
{
background-color: #30ADB3;
}
.BgClassName
{
background-color: #30ADB3;
}
</style>
border-color css
<style>
span { border-color: #30ADB3; }
span { border-color: rgb(48,173,179); }
td.TdClassName
{
border-color: #30ADB3;
}
.TagClassName
{
border-color: #30ADB3;
}
</style>