Shades of Medium Sea Green #30B166
Tints of Medium Sea Green #30B166
RGB
CMYK
RGB Variations
Color information
#30B166 (or 0x30B166) is known color: Medium Sea Green. HEX triplet: 30, B1 and 66. RGB value is (48,177,102). Sum of RGB (Red+Green+Blue) = 48+177+102=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #30B166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B166 is #CF4E99. Grayscale: #828282. Windows color (decimal): -13586074 or 6730032. OLE color: 6730032.
HSL color Cylindrical-coordinate representation of color #30B166: hue angle of 145.12º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B166 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 177 | 102 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.31 |
| HSL | 145.12º | 0.57% | 0.44% | - |
| HSV(B) | 145.12º | 0.73% | 0.69% | - |
| XYZ | 19.34 | 33.03 | 17.93 | - |
| YUV | 129.88 | 112.26 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 102 | 0.73 | 0 | 0.42 | 0.31 | 145.12 | 0.57 | 0.44 |
| Hex | 30 | B1 | 66 | 49 | 0 | 2A | 1F | 91 | 39 | 2C |
| Octal | 60 | 261 | 146 | 111 | 0 | 52 | 37 | 221 | 71 | 54 |
| Binary | 110000 | 10110001 | 1100110 | 1001001 | 0 | 101010 | 11111 | 10010001 | 111001 | 101100 |
Color Harmonies of #30B166
Complementary color
Monochromatic Colors of #30B166
Black with #30B166
Text Example
Text Example
White with #30B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B166; }
p { color: rgb(48,177,102); }
H1.HeaderClassName
{
color: #30B166;
}
.AnyTagClassName
{
color: #30B166;
}
</style>
background-color css
<style>
a { background-color: #30B166; }
a { background-color: rgb(48,177,102); }
div.DivClassName
{
background-color: #30B166;
}
.BgClassName
{
background-color: #30B166;
}
</style>
border-color css
<style>
span { border-color: #30B166; }
span { border-color: rgb(48,177,102); }
td.TdClassName
{
border-color: #30B166;
}
.TagClassName
{
border-color: #30B166;
}
</style>