Shades of Light Sea Green #30C1BE
Tints of Light Sea Green #30C1BE
RGB
CMYK
RGB Variations
Color information
#30C1BE (or 0x30C1BE) is known color: Light Sea Green. HEX triplet: 30, C1 and BE. RGB value is (48,193,190). Sum of RGB (Red+Green+Blue) = 48+193+190=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #30C1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C1BE is #CF3E41. Grayscale: #959595. Windows color (decimal): -13581890 or 12501296. OLE color: 12501296.
HSL color Cylindrical-coordinate representation of color #30C1BE: hue angle of 178.76º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C1BE is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 193 | 190 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.24 |
| HSL | 178.76º | 0.6% | 0.47% | - |
| HSV(B) | 178.76º | 0.75% | 0.76% | - |
| XYZ | 29.58 | 42.49 | 55.36 | - |
| YUV | 149.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 193 | 190 | 0.75 | 0 | 0.02 | 0.24 | 178.76 | 0.6 | 0.47 |
| Hex | 30 | C1 | BE | 4B | 0 | 2 | 18 | B3 | 3C | 2F |
| Octal | 60 | 301 | 276 | 113 | 0 | 2 | 30 | 263 | 74 | 57 |
| Binary | 110000 | 11000001 | 10111110 | 1001011 | 0 | 10 | 11000 | 10110011 | 111100 | 101111 |
Color Harmonies of #30C1BE
Complementary color
Monochromatic Colors of #30C1BE
Black with #30C1BE
Text Example
Text Example
White with #30C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C1BE; }
p { color: rgb(48,193,190); }
H1.HeaderClassName
{
color: #30C1BE;
}
.AnyTagClassName
{
color: #30C1BE;
}
</style>
background-color css
<style>
a { background-color: #30C1BE; }
a { background-color: rgb(48,193,190); }
div.DivClassName
{
background-color: #30C1BE;
}
.BgClassName
{
background-color: #30C1BE;
}
</style>
border-color css
<style>
span { border-color: #30C1BE; }
span { border-color: rgb(48,193,190); }
td.TdClassName
{
border-color: #30C1BE;
}
.TagClassName
{
border-color: #30C1BE;
}
</style>