Shades of Medium Sea Green #30CB69
Tints of Medium Sea Green #30CB69
RGB
CMYK
RGB Variations
Color information
#30CB69 (or 0x30CB69) is known color: Medium Sea Green. HEX triplet: 30, CB and 69. RGB value is (48,203,105). Sum of RGB (Red+Green+Blue) = 48+203+105=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CB69 is #CF3496. Grayscale: #919191. Windows color (decimal): -13579415 or 6933296. OLE color: 6933296.
HSL color Cylindrical-coordinate representation of color #30CB69: hue angle of 142.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB69 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 105 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.20 |
| HSL | 142.06º | 0.62% | 0.49% | - |
| HSV(B) | 142.06º | 0.76% | 0.8% | - |
| XYZ | 25.12 | 44.36 | 20.6 | - |
| YUV | 145.48 | 105.15 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 105 | 0.76 | 0 | 0.48 | 0.20 | 142.06 | 0.62 | 0.49 |
| Hex | 30 | CB | 69 | 4C | 0 | 30 | 14 | 8E | 3E | 31 |
| Octal | 60 | 313 | 151 | 114 | 0 | 60 | 24 | 216 | 76 | 61 |
| Binary | 110000 | 11001011 | 1101001 | 1001100 | 0 | 110000 | 10100 | 10001110 | 111110 | 110001 |
Color Harmonies of #30CB69
Complementary color
Monochromatic Colors of #30CB69
Black with #30CB69
Text Example
Text Example
White with #30CB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB69; }
p { color: rgb(48,203,105); }
H1.HeaderClassName
{
color: #30CB69;
}
.AnyTagClassName
{
color: #30CB69;
}
</style>
background-color css
<style>
a { background-color: #30CB69; }
a { background-color: rgb(48,203,105); }
div.DivClassName
{
background-color: #30CB69;
}
.BgClassName
{
background-color: #30CB69;
}
</style>
border-color css
<style>
span { border-color: #30CB69; }
span { border-color: rgb(48,203,105); }
td.TdClassName
{
border-color: #30CB69;
}
.TagClassName
{
border-color: #30CB69;
}
</style>